Directories | |
| ast | |
| visitor | |
Files | |
| builtins.hpp | |
| Built-in functions and variables. | |
| common.hpp | |
| tcalc common header. | |
| error.hpp | |
| tcalc error definition. | |
| eval.hpp | |
| Evaluator for tcalc. | |
| parser.hpp | |
| AST parser. | |
| priority.hpp | |
| Operator priority table. | |
| token.hpp | |
| Input token definition. | |
| tokenizer.hpp | |
| Tokenize the input string into tokens. | |