| 
    My Project
    
   programmer's documentation 
   | 
 
Structure defining an interpreter for a mathematical expression. More...
#include <mei_evaluate.h>

Data Fields | |
| char * | string | 
| int | errors | 
| int * | columns | 
| int * | lines | 
| char ** | labels | 
| hash_table_t * | symbol | 
| mei_node_t * | node | 
Structure defining an interpreter for a mathematical expression.
Type definition for an interpreter for a mathematical expression
| int* columns | 
Errors position: list of columns 
 
| int errors | 
Number of errors 
 
| char** labels | 
Array of the error description 
 
| int* lines | 
Errors position: list of lines 
 
| mei_node_t* node | 
Root node of the interpreter 
 
| char* string | 
String characters of the mathematical expression
| hash_table_t* symbol | 
Table of symbols 
 
 1.8.16