Added assert keyword, with re-routable print and assert outputs

This commit is contained in:
2022-08-07 12:26:04 +01:00
parent 7ff232c814
commit d7fda480fd
7 changed files with 110 additions and 19 deletions

View File

@@ -3,7 +3,8 @@
typedef enum Opcode {
OP_EOF,
//basic operations
//basic statements
OP_ASSERT,
OP_PRINT,
//data