Crate rascal_parser

Source

Modules§

ast
grammar

Structs§

Parser
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§

ParserError