We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3993b commit 8444b5dCopy full SHA for 8444b5d
vm.h
@@ -58,5 +58,6 @@ void mark_value(VM* vm, Value value);
58
void runtime_error(const char* format, ...);
59
void free_objects(VM* vm);
60
bool compile(const char* source, Chunk* chunk);
61
+Value peek(int offset);
62
63
#endif
0 commit comments