Library rename, added HAL, added open function

This commit is contained in:
Add00
2023-08-04 23:13:43 -04:00
parent 36b4a494ae
commit 43b58eb421
12 changed files with 407 additions and 26 deletions

5
repl/lib_fileio.h Normal file
View File

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