My Project
programmer's documentation
|
Files | |
file | mei_evaluate.c |
Build an interpreter for a mathematical expression. | |
file | mei_evaluate.h [code] |
Build an interpreter for a mathematical expression. | |
file | mei_hash_table.c |
Hash table, intended to provide a symbol table. | |
file | mei_hash_table.h [code] |
Hash table, intended to provide a symbol table. | |
file | mei_node.c |
Nodal structure of the interpreter. | |
file | mei_node.h [code] |
Nodal structure of the interpreter. | |
file | mei_parser.c |
file | mei_parser.h [code] |
file | mei_parser_glob.c |
Define global variables useful for the mathematical expression parsing. | |
file | mei_parser_glob.h [code] |
Define global variables useful for the mathematical expression parsing. | |
file | mei_scanner.c |