Skip to content

Commit 22e5d7e

Browse files
author
Leo Louvar
committed
README: update Implementation Status for array/map indexing, try/catch, unclosed-block
Made-with: Cursor
1 parent 62327f8 commit 22e5d7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ After Setup, run `mix zixir.run examples/hello.zixir`. Expected: `11.0`. For JIT
233233

234234
| Feature | Status | Notes |
235235
|---------|--------|-------|
236-
| Parser | Complete | Recursive descent; tokenization, expressions, control flow, modulo (`%`), map indexing, pipe operator (`\|>`) |
237-
| Interpreter | Complete | 25+ built-in functions, pipe operator (`\|>`), map bracket access, closures, graceful engine error handling |
236+
| Parser | Complete | Recursive descent; tokenization, expressions, control flow, modulo (`%`), array and map indexing, pipe operator (`\|>`), try/catch parsing; unclosed-block error (no hang) |
237+
| Interpreter | Complete | 25+ built-in functions, pipe operator (`\|>`), array and map indexing, try/catch evaluation, closures, graceful engine error handling |
238238
| Engine NIFs | Complete | 20+ Zig operations (sum, product, dot, etc.) |
239239
| Zig Backend | Complete | Codegen, functions, optimization passes |
240240
| Type System | Complete | Inference, lambda/map/struct types |

0 commit comments

Comments
 (0)