1 #ifndef _RE2C_PARSE_PARSER_
2 #define _RE2C_PARSE_PARSER_
16 extern void parse(Scanner &, Output &);
21 typedef std::map<std::string, Spec>
SpecMap;
22 typedef std::map<std::string, std::pair<uint32_t, std::string> >
SetupMap;
28 #endif // _RE2C_PARSE_PARSER_
std::map< std::string, std::pair< uint32_t, std::string > > SetupMap
void parse(Scanner &, Output &)
std::map< std::string, RegExp * > symbol_table_t
std::set< std::string > CondList
std::map< std::string, const Code * > DefaultMap
std::map< std::string, Spec > SpecMap
std::list< RuleOp * > RuleOpList