Started working on compound library

This commit is contained in:
2023-01-29 07:15:32 +00:00
parent aeda0a0d94
commit 2c5e3c6aa5
4 changed files with 179 additions and 2 deletions

6
repl/lib_compound.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#include "toy_interpreter.h"
int Toy_hookCompound(Toy_Interpreter* interpreter, Toy_Literal identifier, Toy_Literal alias);