Skip to main content

Module registry

Module registry 

Source
Expand description

Parser registry mapping protocol names to implementations. Parser registry mapping protocol names to full-AST parser implementations.

Structs§

ParserRegistry
Registry of all full-AST parsers, keyed by protocol name.

Traits§

AstParser
A full-AST parser and emitter for a specific programming language.