mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Gonna start unit testing to resolve issues
This commit is contained in:
@@ -42,8 +42,6 @@ bool injectNativeFn(Interpreter* interpreter, char* name, NativeFn func) {
|
|||||||
setLiteralDictionary(&interpreter->scope->variables, identifier, fn);
|
setLiteralDictionary(&interpreter->scope->variables, identifier, fn);
|
||||||
setLiteralDictionary(&interpreter->scope->types, identifier, type);
|
setLiteralDictionary(&interpreter->scope->types, identifier, type);
|
||||||
|
|
||||||
freeLiteral(identifier);
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user