27namespace func_sketch::parser {
39 const math::MathFunctionList& math_function_list,
40 const math::ConstantList& constant_list);
Definition of ConstantList class.
expressions::ExpressionPtr convert_expression(const ParsedExpression &parsed_expression, const math::MathFunctionList &math_function_list, const math::ConstantList &constant_list)
Convert parsed expression.
Definition of ExpressionPtr class.
Definition of MathFunctionList class.
Definition of ParsedExpression structure.
boost::variant< ParsedLiteral, ParsedIdentifier, boost::recursive_wrapper< ParsedFunctionCallExpression >, boost::recursive_wrapper< ParsedUnaryExpression >, boost::recursive_wrapper< ParsedBinaryExpression > > ParsedExpression
Variant of parsed expressions.