mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-19 16:54:08 +10:00
Added optimisation levels
This commit is contained in:
@@ -46,7 +46,7 @@ void printNode(Node* node) {
|
||||
printf("literal:");
|
||||
printLiteral(node->atomic.literal);
|
||||
break;
|
||||
|
||||
|
||||
case NODE_UNARY:
|
||||
printf("unary:");
|
||||
printNode(node->unary.child);
|
||||
|
||||
Reference in New Issue
Block a user