MysoreScript
Public Attributes | List of all members
Parser::MysoreScriptParser Class Reference

Class representing a parser for the MysoreScript language. More...

#include <parser.hh>

Inheritance diagram for Parser::MysoreScriptParser:
Inheritance graph
[legend]
Collaboration diagram for Parser::MysoreScriptParser:
Collaboration graph
[legend]

Public Attributes

const MysoreScriptGrammarg = MysoreScriptGrammar::get()
 The grammar that this parser uses. More...
 

Detailed Description

Class representing a parser for the MysoreScript language.

This inherits from the grammar and associates AST nodes with grammar rules.

Definition at line 10 of file parser.hh.

Member Data Documentation

§ g

const MysoreScriptGrammar& Parser::MysoreScriptParser::g = MysoreScriptGrammar::get()

The grammar that this parser uses.

Definition at line 44 of file parser.hh.


The documentation for this class was generated from the following file: