mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Implemented assert keyword, read more
The assert keyword works, but I want to add a cmd option to suppress or disable the errors. The tests need some serious TLC. I know that, but I'm kicking it down the road for now.
This commit is contained in:
@@ -37,6 +37,7 @@ typedef enum Toy_OpcodeType {
|
||||
TOY_OPCODE_SCOPE_POP,
|
||||
|
||||
//various action instructions
|
||||
TOY_OPCODE_ASSERT,
|
||||
TOY_OPCODE_PRINT,
|
||||
TOY_OPCODE_CONCAT,
|
||||
TOY_OPCODE_INDEX,
|
||||
|
||||
Reference in New Issue
Block a user