#include <parse_t.h>
Data Fields | |
stree_module * | cur_mod |
Module currently being parsed. | |
bool_t | error |
b_true if an error occured. | |
bool_t | error_bailout |
b_true if bailing out due to an error. | |
lex * | lex |
Lexer object. | |
stree_program * | program |
Program being parsed. |
Definition at line 33 of file parse_t.h.