mirror of
https://github.com/rm-dr/daisy
synced 2025-07-03 17:19:41 -07:00
Fixed function evaluator
This commit is contained in:
@ -63,7 +63,7 @@ pub fn evaluate(
|
||||
|
||||
context.get_variable(&s)
|
||||
},
|
||||
Expression::Operator(_, Operator::Function(_), _) => { Some(eval_function(g)?) },
|
||||
Expression::Operator(_, Operator::Function(_), _) => { eval_function(g)? },
|
||||
Expression::Operator(_, _, _) => { eval_operator(context, g)? },
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user