mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
9 lines
168 B
C++
9 lines
168 B
C++
#include "expression_node.h"
|
|
#include "expression_reference.h"
|
|
|
|
TreeNode * ExpressionNode::failedAllocationNode() {
|
|
return ExpressionRef::failedAllocationNode();
|
|
}
|
|
|
|
|