Skip to main content

Module parser

Module parser 

Source
Expand description

Recursive descent parser for the fabula DSL.

The parser is designed for composability: downstream DSLs can reuse it to parse fabula pattern syntax embedded in their own blocks. Key entry points:

Structsยง

Parser
Parser state: a cursor over a token stream.