Phase 8: Tree-walking interpreter for in-memory REPL eval (~0.02ms vs 1133ms compiled). 66 eval tests.

This commit is contained in:
2026-05-08 20:16:42 +03:00
parent feb9cee287
commit 1f9d662ed9
7 changed files with 1540 additions and 10 deletions
+1
View File
@@ -11,6 +11,7 @@ test:
nim c -r tests/test_pvec.nim
nim c -r tests/test_pmap.nim
nim c -r tests/test_deps.nim
nim c -r tests/test_eval.nim
test-reader:
nim c -r tests/test_reader.nim