mirror of
https://github.com/rm-dr/daisy
synced 2025-07-03 17:19:41 -07:00
Removed =
operator
This commit is contained in:
@ -95,15 +95,6 @@ pub fn evaluate(t: &Expression, context: &mut Context, allow_incomplete: bool) -
|
||||
|
||||
} else {
|
||||
// Move down the tree
|
||||
|
||||
// Don't evaluate the first argument of a define.
|
||||
// This prevents variables from being expanded before a re-assignment.
|
||||
if let Expression::Operator(_, Operator::Define, _) = g {
|
||||
*coords.last_mut().unwrap() += 1;
|
||||
coords.push(0);
|
||||
continue;
|
||||
}
|
||||
|
||||
coords.push(0);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user