io library file creation

This commit is contained in:
Add00
2023-08-02 22:19:09 -04:00
parent 9b469e6eb0
commit 36b4a494ae
6 changed files with 26 additions and 0 deletions

5
repl/lib_io.h Normal file
View File

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