Files
Toy/repl/lib_runner.h
2023-07-23 18:34:52 +10:00

8 lines
172 B
C

#pragma once
#include "toy_interpreter.h"
#define TOY_OPAQUE_TAG_RUNNER 100
int Toy_hookRunner(Toy_Interpreter* interpreter, Toy_Literal identifier, Toy_Literal alias);