Expand description
Parses source code text into AST components
Modules
Building blocks for expressions, statements, and declarations
Top-level declaration parsers
Expression parsers
Operator Symbols grouped by precedence
Statement Parsers
Functions
Parses line comments prefixed with #
Parses the contents of a file into a list of top-level Declaration
s
Parses spaces, newlines, and comments allowed between statements and declarations