coan 4.2.4
|
Data Fields | |
char const * | ifpos |
line_type_t | line_type |
int | parsing_sym_def_depth |
The global state of the Evaluator component
Definition at line 68 of file evaluator.c.
char const* evaluator_state_s::ifpos |
Line-buffer position of the start of the current hash-if condition
Definition at line 71 of file evaluator.c.
The line type of the current line
Definition at line 73 of file evaluator.c.
Levels of recursion into parsing a symbol definition. We must only report symbol values for the --eval option of the symbols
command when this level is 0, i.e. for the symbol that has initiated the recursion.
Definition at line 79 of file evaluator.c.