MyLang
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
source
mylang.hpp
Go to the documentation of this file.
1
#ifndef MYLANG_HPP
2
#define MYLANG_HPP
3
4
#include "
mylang_tool.hpp
"
5
#include "
mylang_syntax_spec.hpp
"
6
#include "
mylang_syntax.hpp
"
7
8
namespace
mylang {
9
10
using
myparser::Input
;
11
using
myparser::Pass
;
12
using
myparser::PassReprText
;
13
using
myparser::PassReprSimple
;
14
using
myparser::PassReprFull
;
15
using
myparser::PassReprJSON
;
16
using
myparser::Node
;
17
using
myparser::Parser
;
18
19
}
20
21
#endif
mylang_syntax_spec.hpp
myparser::PassReprJSON
Definition:
myparser_pass_repr.hpp:241
myparser::PassReprFull
Definition:
myparser_pass_repr.hpp:198
myparser::PassReprText
Definition:
myparser_pass_repr.hpp:150
myparser::Node
Definition:
myparser_ast.hpp:10
mylang_syntax.hpp
mylang_tool.hpp
myparser::Pass
Definition:
myparser_common.hpp:92
myparser::PassReprSimple
Definition:
myparser_pass_repr.hpp:165
myparser::Input
std::string::const_iterator Input
Definition:
myparser_ast.hpp:8
myparser::Parser
Definition:
myparser_rule.hpp:333
Generated on Thu Nov 27 2014 16:32:26 for MyLang by
1.8.6