Skip to main content

Module parser

Module parser 

Source
Expand description

Hand-written recursive descent parser that builds the AST from tokens.

Structs§

Parser
Hand-written recursive descent parser state.

Functions§

parse
Parse a token stream into a Template AST.