Maybe a programming language
Find a file
2023-10-16 22:34:41 +02:00
src separate typed and untyped ASTs 2023-10-16 22:34:41 +02:00
tree-sitter-lila@ef984491f7 add tree-sitter-lila submodule 2023-10-16 22:12:57 +02:00
.gitignore add .gitignore 2023-10-16 22:19:03 +02:00
.gitmodules add tree-sitter-lila submodule 2023-10-16 22:12:57 +02:00
Cargo.toml rename language as lila 2023-10-16 22:18:11 +02:00
README.md add README.md 2023-10-16 22:19:29 +02:00

Lila

Maybe a programming language

Dependencies

The backend is Cranelift.

Parsing will try to support multiple backends:

  • Pest is written in Rust so it is easy to use with the rest
  • Tree-sitter to try out incremental builds after each modification (and maybe LSP)
  • Eventually a custom parser