Mungojerrie
1.1
Mungojerrie
Pparser
Pwrapper.hh
Go to the documentation of this file.
1
#ifndef P_WRAPPER_HH_
2
#define P_WRAPPER_HH_
3
46
#include "
Pdriver.hh
"
47
48
// Tell Flex the lexer's prototype ...
49
# define YY_DECL \
50
pparser::p_parser::token_type \
51
yylex (pparser::p_parser::semantic_type* yylval, \
52
pparser::p_parser::location_type* yylloc, \
53
p_driver& driver)
54
// ... and declare it for the parser's sake.
55
YY_DECL;
56
57
#endif
Pdriver.hh
Driver for PRISM parser.
Generated by
1.8.17