Maybe a programming language
Find a file
2025-07-19 23:34:39 +02:00
examples add example sources failing syntax and typing 2024-07-03 20:00:42 +02:00
src cli: rename type-check to check, print a message when there are no input files 2024-12-09 14:17:41 +01:00
tree-sitter-lila@a44288effc begin tree-sitter parsing backend 2024-12-06 18:23:55 +01:00
.gitignore chore(git): ignore .envrc 2025-07-19 23:34:39 +02:00
.gitmodules add tree-sitter-lila submodule 2023-10-16 22:12:57 +02:00
Cargo.toml begin tree-sitter parsing backend 2024-12-06 18:23:55 +01: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