lexer
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
typedef i32 (*InstructionImplFunc_t)(VM* vm);
|
||||
|
||||
typedef struct Instruction {
|
||||
const char* name;
|
||||
cstr name;
|
||||
InstructionImplFunc_t implementation;
|
||||
} Instruction;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user