wip tree-sitter

This commit is contained in:
2025-09-21 00:49:43 +02:00
parent f4b6589b1a
commit b4b6edd2f2
39 changed files with 13104 additions and 1 deletions

View File

@@ -3,6 +3,9 @@
- put in `TODO`s into the specification for things that should be re-visited in the future
TODO: t Await type wtih special unify
# Goals
- functional programming: everything is pure, and only a function
- easy to learn, even as first programming language
@@ -653,4 +656,4 @@ def [a] RUNTIME_EVAL(io: IO[a]) -> a {
def RUNTIME_ENTRY() {
RUNTIME_EVAL ( main() )
}
```
```