Module parser

Module 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ยง

ast
Contains code related to abstract syntax trees generated from the syntax definitions for user-defined languages.
peg
Contains code related to the peg parser.
syntax_file