Commits
Click on a commit to change the comparison rangeRefactor parser implementation with improved tree structure and error recovery
- Add comprehensive parser implementation documentation
- Update parser.rs with improved tree building logic
- Enhance AST and syntax tree traversal
- Update all parser test snapshots
- Add parser tree reference documentation
- Improve error recovery in parser
- Fix clippy warning: mark ParserCheckpoint as Copy