Updated Toy, added timer and runner libs

This commit is contained in:
2023-01-23 08:24:16 +00:00
parent 2ff9bdea3b
commit 54d417b3fc
9 changed files with 680 additions and 18 deletions

12
core/lib_runner.h Normal file
View File

@@ -0,0 +1,12 @@
#pragma once
#include "interpreter.h"
int hookRunner(Interpreter* interpreter, Literal identifier, Literal alias);
//file system API - these need to be set by the host
void initDriveDictionary();
void freeDriveDictionary();
LiteralDictionary* getDriveDictionary();
#define OPAQUE_TAG_RUNNER 100