Tweak readme

This commit is contained in:
Nikita Lisitsa 2026-04-01 23:45:54 +03:00
parent 20c84596df
commit 356eea4fb8

View file

@ -3,6 +3,7 @@ This is the repository of an experimental toy programming language.
It is a statically & strictly-typed, imperative, eager-evaluated, low-level language, that should be efficient, simple but effective to use, and allow seamless C FFI.
What is currently done:
* Part of the base specification (see spec.txt)
* Bison-generated parser into AST
* Custom non-SSA IR