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:
@@ -65,10 +65,3 @@ int findLiteralIndex(LiteralArray* array, Literal literal) {
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
void printLiteralArray(LiteralArray* array, const char* delim) {
|
||||
for (int i = 0; i < array->count; i++) {
|
||||
printLiteral(array->literals[i]);
|
||||
printf("%s", delim);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user