Fixed a problem, discovered a major one in which the assignment operator apparently...
commit68883e85ab0921ca7a0c0b68e457d86f176d73f8
authorbinrapt <binrapt@ethnic.atheist.invalid>
Sun, 8 Nov 2009 05:05:06 +0000 (8 06:05 +0100)
committerbinrapt <binrapt@ethnic.atheist.invalid>
Sun, 8 Nov 2009 05:05:06 +0000 (8 06:05 +0100)
treedf2c60eb067c236c72541126e1e44f75ceceb89f
parent22c6adb1205d80dec6392a484e9175008ac5436d
Fixed a problem, discovered a major one in which the assignment operator apparently fails somewhere - the first input.erase(input.begin()); in operator.cpp actually results in a modification of the operator_node!
parser/operator.cpp
parser/tree/node.cpp