mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-19 16:54:08 +10:00
Added errorOutput to interpreter, moved builtin functions to their own file
This commit is contained in:
@@ -14,5 +14,3 @@ Literal popLiteralArray(LiteralArray* array);
|
||||
void freeLiteralArray(LiteralArray* array);
|
||||
|
||||
int findLiteralIndex(LiteralArray* array, Literal literal);
|
||||
|
||||
void printLiteralArray(LiteralArray* array, const char* delim);
|
||||
Reference in New Issue
Block a user