From 91148b1a20b7b3ca64b1a0885f3230c21bffe706 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Mon, 16 Oct 2023 22:19:29 +0200 Subject: [PATCH] add README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b249e83 --- /dev/null +++ b/README.md @@ -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