| symbolic4
    | 
#include <expression.h>
| Data Fields | |
| expression_type | type | 
| expression_identifier | identifier | 
| int8_t | sign | 
| struct expression * | parent | 
| uint8_t | child_count | 
| struct expression ** | children | 
| union { | |
| char symbolic [10] | |
| numeric_value numeric | |
| } | value | 
Definition at line 112 of file expression.h.
| uint8_t child_count | 
Definition at line 119 of file expression.h.
| struct expression** children | 
Definition at line 124 of file expression.h.
| expression_identifier identifier | 
Definition at line 115 of file expression.h.
| numeric_value numeric | 
Definition at line 129 of file expression.h.
| struct expression* parent | 
Definition at line 118 of file expression.h.
| int8_t sign | 
Definition at line 117 of file expression.h.
| char symbolic[10] | 
Definition at line 128 of file expression.h.
| expression_type type | 
Definition at line 114 of file expression.h.
| union { ... } value |