Evaluator for tcalc. More...
#include <cstddef>#include <string>#include <unordered_map>#include <utility>#include <vector>#include "tcalc/builtins.hpp"#include "tcalc/common.hpp"#include "tcalc/error.hpp"#include "tcalc/parser.hpp"Go to the source code of this file.
Classes | |
| class | tcalc::EvalContext |
| Evaluation context which stores variables and built-in functions. More... | |
| class | tcalc::Evaluator |
| Evaluator for tcalc. More... | |
Evaluator for tcalc.