Jooris Hadeler d556a54541 Add statement parsing with error recovery
- ast.rs: add Type, Block, ElseBranch, Stmt, StmtKind
- parser.rs: parse_type, parse_block, parse_stmt and all sub-parsers;
  missing-token insertion via expect(), synchronize() for panic-mode
  recovery on non-startable tokens; 26 new tests (62 total)
- main.rs: REPL now parses statements instead of bare expressions
2026-03-10 17:55:22 +01:00
2026-03-10 14:41:54 +01:00
Description
No description provided
339 KiB
Languages
Rust 94.7%
Python 5.3%