I feel like there's just a few bugs left

This commit is contained in:
2022-09-02 05:47:48 +10:00
parent 90d18c7520
commit 1f6b3e232d
4 changed files with 27 additions and 19 deletions

View File

@@ -213,6 +213,9 @@ bool setScopeVariable(Scope* scope, Literal key, Literal value, bool constCheck)
//actually assign
setLiteralDictionary(&scope->variables, key, value);
freeLiteral(typeLiteral);
return true;
}