Main implementation of Dalet in rust, with parsers
Find a file
2024-08-14 10:02:39 +03:00
examples fix: text tag syntax, table escaping, body parsing 2024-08-14 10:02:39 +03:00
src fix: text tag syntax, table escaping, body parsing 2024-08-14 10:02:39 +03:00
.gitignore move from https://github.com/TxtDot/dalet/tree/main/libs/rust 2024-08-02 17:49:52 +03:00
Cargo.lock dev: update version 2024-08-13 10:47:21 +03:00
Cargo.toml dev: update version 2024-08-13 10:47:21 +03:00
LICENSE Initial commit 2024-08-02 17:48:08 +03:00
README.md doc: update checks 2024-08-13 13:56:32 +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
  • tree-sitter grammar for editors

Lib-only

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

Cli

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