mirror of
https://github.com/TxtDot/dalet-rs.git
synced 2024-11-05 17:33:58 +03:00
doc: update docs
This commit is contained in:
parent
4690aa8842
commit
61c9bbe300
1 changed files with 31 additions and 0 deletions
31
README.md
31
README.md
|
@ -9,3 +9,34 @@
|
|||
</div>
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue