Main implementation of Dalet in rust, with parsers
Find a file
2024-08-12 20:21:19 +03:00
examples feat: table syntax and formatting 2024-08-12 20:21:19 +03:00
src feat: table syntax and formatting 2024-08-12 20:21:19 +03:00
.gitignore move from https://github.com/TxtDot/dalet/tree/main/libs/rust 2024-08-02 17:49:52 +03:00
Cargo.lock feat: add cli formatting 2024-08-11 16:32:23 +03:00
Cargo.toml feat: add cli formatting 2024-08-11 16:32:23 +03:00
LICENSE Initial commit 2024-08-02 17:48:08 +03:00
README.md doc: update docs 2024-08-09 19:36:26 +03:00

Dalet

dalet-rs

crates.io

Main implementation of Dalet in rust, with parsers.

TODO

Daletpack

  • Encode
  • Decode

Daletl

  • types

Daleth

  • lexer
  • formatter
  • parser
  • lsp server

Lib-only

  • typed tags
  • convert typed tags to daletl
  • convert daletl to typed tags

Cli

  • formatter
  • linter
  • convert daleth to daletpack
  • serve daleth, daletpack