Parser utilities.
More...
#include "expr.h"
#include "message.h"
#include <filesystem>
#include <iosfwd>
#include <limits>
#include <string>
#include <vector>
Go to the source code of this file.
Parser utilities.
Definition in file parser.h.
◆ newstack
◆ parser_stack
#define parser_stack |
( |
|
x | ) |
(PARSER.stack[x]) |
◆ stack_expr
#define stack_expr |
( |
|
x | ) |
(PARSER.stack[x]) |
◆ stack_type
◆ YY_INPUT
Value:
{ \
break; \
{ \
{ \
break; \
} \
} \
} \
} while(0)
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition at line 159 of file parser.h.
◆ YY_USER_ACTION
◆ _newstack()