Files
Toy/repl/lib_compound.h

7 lines
140 B
C

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