add README.md
This commit is contained in:
parent
990086902e
commit
91148b1a20
1 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Lila
|
||||
|
||||
Maybe a programming language
|
||||
|
||||
## Dependencies
|
||||
|
||||
The backend is [Cranelift](https://cranelift.dev/).
|
||||
|
||||
Parsing will try to support multiple backends:
|
||||
- [Pest](https://pest.rs/) is written in Rust so it is easy to use
|
||||
with the rest
|
||||
- [Tree-sitter](https://tree-sitter.github.io/tree-sitter) to try out
|
||||
incremental builds after each modification (and maybe LSP)
|
||||
- Eventually a custom parser
|
||||
Loading…
Add table
Add a link
Reference in a new issue