mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Added indexing to strings, tests still needed
This commit is contained in:
@@ -39,6 +39,7 @@ typedef enum Toy_OpcodeType {
|
||||
//various action instructions
|
||||
TOY_OPCODE_PRINT,
|
||||
TOY_OPCODE_CONCAT,
|
||||
TOY_OPCODE_INDEX,
|
||||
//TODO: clear the program stack?
|
||||
|
||||
//meta instructions
|
||||
|
||||
Reference in New Issue
Block a user