Maybe a programming language
| devShells | ||
| examples | ||
| lila | ||
| lila-ast | ||
| lila-checking | ||
| lila-cli | ||
| lila-jit | ||
| lila-parsing | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
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