Mungojerrie
1.0
Mungojerrie
Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
Functions
a
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
Variables
Typedefs
Enumerations
Related Functions
Files
File List
File Members
All
a
d
g
m
n
o
p
r
s
t
Functions
Variables
Typedefs
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Pages
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