MyLang
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
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;
16 using myparser::Node;
17 using myparser::Parser;
18 
19 }
20 
21 #endif
Definition: myparser_pass_repr.hpp:241
Definition: myparser_pass_repr.hpp:198
Definition: myparser_pass_repr.hpp:150
Definition: myparser_ast.hpp:10
Definition: myparser_common.hpp:92
Definition: myparser_pass_repr.hpp:165
std::string::const_iterator Input
Definition: myparser_ast.hpp:8
Definition: myparser_rule.hpp:333