Structs§
Functions§
- parse_
program - Parse a program, returning statements and any errors encountered. Uses error recovery to report multiple errors when possible.
- parse_
program_ strict - Parse a program without error recovery (stops at first error). Useful for cases where partial parsing is not desired.