Module lwb_parser::parser
source · [−]Expand description
Contains code related to syntax definitions and parsing target languages based on these definitions. Also contains sort/constructor related code and code generation for these. Contains the PEG parser.
Modules
Contains code related to abstract syntax trees generated from the syntax definitions for user-defined languages.
Simple version of the syntax file parser used for bootstrapping.
Contains code related to the peg parser.