mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Basic arithmetic works
This commit is contained in:
@@ -12,6 +12,11 @@ typedef enum Opcode {
|
||||
|
||||
//operators
|
||||
OP_NEGATE,
|
||||
OP_ADDITION,
|
||||
OP_SUBTRACTION,
|
||||
OP_MULTIPLICATION,
|
||||
OP_DIVISION,
|
||||
OP_MODULO,
|
||||
|
||||
//meta
|
||||
OP_SECTION_END,
|
||||
|
||||
Reference in New Issue
Block a user