dd81482acb0eb4452e50d13b8e1a5ed3245e1c43
parse_program to parser
The `Parser` can now parse a sequence of top-level expressions, representing a complete program. This change modifies the `roundtrip` function to iterate over these expressions and emit them, allowing for multi-line program parsing.
Description
No description provided
Languages
Rust
100%