Jooris Hadeler becc7a2d34 Add expression AST and Pratt parser with REPL
- ast.rs: Expr/ExprKind with UnaryOp, BinaryOp, StructField
- parser.rs: Pratt expression parser with allow_struct_literals flag,
  error recovery via dummy tokens, and 19 unit tests
- main.rs: interactive expression REPL (prints parsed AST)
2026-03-10 17:40:52 +01:00
2026-03-10 14:41:54 +01:00
Description
No description provided
339 KiB
Languages
Rust 94.7%
Python 5.3%