Crate rascal_parser

Source

Modules§

Structs§

  • The parser takes an iterator of Tokens from the scanner, and uses the grammar of the language to convert this stream of tokens into a semantically valid Abstract Syntax Tree (AST).

Enums§