diff options
author | ubq323 <ubq323@ubq323.website> | 2024-06-20 18:11:09 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-06-20 18:11:09 +0100 |
commit | 600eaef90f9f0507635fec4cf98f7fa1d1779bd1 (patch) | |
tree | d057e694a4b9a6a0109523f61ad788a125a7f479 /vm.h | |
parent | b8d0ee2e105727021f9466790ec07ecbfee8dff6 (diff) |
add readable globals
Diffstat (limited to 'vm.h')
-rw-r--r-- | vm.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -44,6 +44,8 @@ typedef enum { OP_SUB, OP_MUL, OP_DIV, + + OP_GETGLOBAL, } Op; void runvm(State *S); |