Modules
Structs
Parser
maintains the parsing state, such as the token stream,
“enclosure” (paren, brace, ..) stack, diagnostics, etc.
Syntax parsing logic is in the crate::grammar
module.Enums
Functions
Parse a
Module
from the file content string.