MysoreScript
|
Class representing a parser for the MysoreScript language. More...
#include <parser.hh>
Public Attributes | |
const MysoreScriptGrammar & | g = MysoreScriptGrammar::get() |
The grammar that this parser uses. More... | |
Class representing a parser for the MysoreScript language.
This inherits from the grammar and associates AST nodes with grammar rules.
const MysoreScriptGrammar& Parser::MysoreScriptParser::g = MysoreScriptGrammar::get() |