diff options
author | ubq323 <ubq323@ubq323.website> | 2023-08-01 22:37:26 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-08-01 22:37:26 +0100 |
commit | 9e555bc2bf618148929e52ccd0efdb1b752bdcac (patch) | |
tree | 5e6f01123d795624c0093df6e08307be2b2c8cd0 /vm.h | |
parent | 24fb17017e9d6238488c9827da0ee6d0f4f84356 (diff) |
compilation of basic arithmetic exprs to bytecode
Diffstat (limited to 'vm.h')
-rw-r--r-- | vm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,5 +43,6 @@ typedef enum { OP_DIV, } Op; +void runvm(Chunk *ch); #endif |