coan 4.2.4
operation Struct Reference

Data Fields

const char * str
eval_result_t(* fn )(eval_result_t *, eval_result_t *)

Detailed Description

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.


Field Documentation

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().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines