From 356eea4fb8f8a9d9b2411448ea5bd7263e123453 Mon Sep 17 00:00:00 2001 From: lisyarus Date: Wed, 1 Apr 2026 23:45:54 +0300 Subject: [PATCH] Tweak readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index d072b52..2ebf9c5 100644 --- a/readme.md +++ b/readme.md @@ -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