26 class formula_expression;
27 class function_symbol_table;
47 return f->evaluate(variables, fdb);
73 const std::string&
str()
const {
return str_; }
102 const std::string& file,
int line);
class responsible for parsing the provided text into tokens and tracking information about the curren...
Formula AI debugger, forward.
std::shared_ptr< const formula > const_formula_ptr
std::shared_ptr< formula_expression > expression_ptr
std::shared_ptr< formula > formula_ptr
variant evaluate_formula_callback(formula_debugger &fdb, const formula &f, const formula_callable &variables)
Base class for all the errors encountered by the engine.