Jooris Hadeler 546dc119d0 Add function/struct definition parsing and program entry point
- ast.rs: Param, FieldDef, FuncDef, StructDef, TopLevelDef,
  TopLevelDefKind, Program
- parser.rs: parse_program, parse_top_level_def, parse_func_def,
  parse_struct_def with param/field list helpers;
  synchronize_top_level for recovery; 14 new tests (76 total)
- main.rs: parse source file as a Program and print the AST
2026-03-10 18:03:56 +01:00
2026-03-10 14:41:54 +01:00
Description
No description provided
339 KiB
Languages
Rust 94.7%
Python 5.3%