Files
Toy/repl/lib_standard.h

6 lines
139 B
C

#pragma once
#include "toy_interpreter.h"
int Toy_hookStandard(Toy_Interpreter* interpreter, Toy_Literal identifier, Toy_Literal alias);