Updated Toy, added repl_tools and lib copying to the build

This commit is contained in:
2022-11-12 12:00:04 +00:00
parent 7c886b071f
commit 813b94faf5
7 changed files with 428 additions and 5 deletions

6
core/lib_timer.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#include "interpreter.h"
int hookTimer(Interpreter* interpreter, Literal identifier, Literal alias);