Gonna start unit testing to resolve issues

This commit is contained in:
2022-08-28 07:03:12 +01:00
parent 9c766ec61e
commit 5300e2ceec
13 changed files with 0 additions and 2 deletions

View File

@@ -42,8 +42,6 @@ bool injectNativeFn(Interpreter* interpreter, char* name, NativeFn func) {
setLiteralDictionary(&interpreter->scope->variables, identifier, fn);
setLiteralDictionary(&interpreter->scope->types, identifier, type);
freeLiteral(identifier);
return true;
}