Maybe a programming language
Find a file
2024-06-25 11:02:26 +02:00
examples conditionals examples 2024-03-08 17:38:53 +01:00
src basic typing tests 2024-06-25 11:02:26 +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 update deps 2024-06-12 00:19:50 +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