mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-19 16:54:08 +10:00
Basic arithmetic works
This commit is contained in:
@@ -42,6 +42,7 @@ union _node {
|
||||
void freeNode(Node* node);
|
||||
void emitNodeLiteral(Node** nodeHandle, Literal literal);
|
||||
void emitNodeUnary(Node** nodeHandle, Opcode opcode);
|
||||
void emitNodeBinary(Node** nodeHandle, Node* rhs, Opcode opcode);
|
||||
|
||||
void printNode(Node* node);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user