mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Implemented and tested literal dictionary
This commit is contained in:
@@ -72,4 +72,6 @@ bool _isTruthy(Literal x);
|
||||
Literal _toStringLiteral(char* cstr);
|
||||
|
||||
//utils
|
||||
char* copyString(char* original, int length);
|
||||
char* copyString(char* original, int length);
|
||||
bool literalsAreEqual(Literal lhs, Literal rhs);
|
||||
int hashLiteral(Literal lit);
|
||||
Reference in New Issue
Block a user