diff --git a/README.md b/README.md index ecaa869..10563ea 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,34 @@ Main implementation of [Dalet](https://github.com/txtdot/dalet) in rust, with parsers. + +## TODO + +### Daletpack + +- [x] Encode +- [x] Decode + +### Daletl + +- [x] types + +### Daleth + +- [x] lexer +- [x] formatter +- [ ] parser +- [ ] lsp server + +### Lib-only + +- [x] typed tags +- [x] convert typed tags to daletl +- [x] convert daletl to typed tags + +### Cli + +- [ ] formatter +- [ ] linter +- [ ] convert daleth to daletpack +- [ ] serve daleth, daletpack