diff options
author | ubq323 <ubq323@ubq323.website> | 2024-06-24 19:30:09 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-06-24 19:30:09 +0100 |
commit | bc47478d855b08023409dbfc8550958991265c14 (patch) | |
tree | 804e45dd6b57917ccaf4d64832909061738b41e4 /chunk.h | |
parent | bea93dc98b602472bb36635dfdf425d14d826673 (diff) |
keep track of stack position while compiling
Diffstat (limited to 'chunk.h')
-rw-r--r-- | chunk.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -19,7 +19,4 @@ struct _chunk { } consts; }; Chunk chunk_new(State *S); -size_t compile_opcode(Compiler *C, uint8_t byte); -size_t compile_constant(Compiler *C, Val v); - #endif |