Maybe a programming language
Find a file
2025-11-05 20:22:54 +01:00
devShells nix: create initial flake 2025-10-01 15:57:46 +02:00
examples test: split failing tests in multiple files 2025-11-05 20:22:54 +01: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
.gitignore track Cargo.lock 2025-07-19 23:49:45 +02:00
Cargo.lock deps: use tree-sitter-lila as cargo dep 2025-10-01 15:57:16 +02:00
Cargo.toml deps: use tree-sitter-lila as cargo dep 2025-10-01 15:57:16 +02:00
flake.lock nix: create initial flake 2025-10-01 15:57:46 +02:00
flake.nix nix: create initial flake 2025-10-01 15:57:46 +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