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