Fiddled with the .toy file

This commit is contained in:
2022-08-11 12:05:04 +01:00
parent 52651c5f2c
commit 32ac46d9a0
2 changed files with 12 additions and 4 deletions

View File

@@ -574,7 +574,7 @@ static bool calcStaticBinaryArithmetic(Node** nodeHandle) {
return true;
}
//optimize by converting this node into a literal
//optimize by converting this node into a literal node
freeNode((*nodeHandle)->binary.left);
freeNode((*nodeHandle)->binary.right);