mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Added assert keyword, with re-routable print and assert outputs
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
typedef enum Opcode {
|
||||
OP_EOF,
|
||||
|
||||
//basic operations
|
||||
//basic statements
|
||||
OP_ASSERT,
|
||||
OP_PRINT,
|
||||
|
||||
//data
|
||||
|
||||
Reference in New Issue
Block a user