mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 00:00:44 +01:00
Continuing simplification
This commit is contained in:
@@ -5,3 +5,7 @@
|
||||
TreeNode * ExpressionNode::FailedAllocationStaticNode() {
|
||||
return ExpressionRef::FailedAllocationStaticNode();
|
||||
}
|
||||
|
||||
void ExpressionNode::sortChildren() {
|
||||
ExpressionRef(this).sortChildren();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user