coan 4.2.4
|
Data Fields | |
const char * | str |
eval_result_t(* | fn )(eval_result_t *, eval_result_t *) |
Structure representing an operator (Would rather call it "operator" but GCC thinks that is a reserved word even in C)
Definition at line 325 of file evaluator.c.
Pointer to function to implement the operator
Definition at line 329 of file evaluator.c.
Referenced by eval_table().
const char* operation::str |
Points to the preprocessor token that denotes the operator
Definition at line 327 of file evaluator.c.
Referenced by eval_table().