Skip to content

Commit 8444b5d

Browse files
authored
Update vm.h
1 parent 7e3993b commit 8444b5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vm.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@ void mark_value(VM* vm, Value value);
5858
void runtime_error(const char* format, ...);
5959
void free_objects(VM* vm);
6060
bool compile(const char* source, Chunk* chunk);
61+
Value peek(int offset);
6162

6263
#endif

0 commit comments

Comments
 (0)