mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Repl works, also fixed a few small bugs
This commit is contained in:
@@ -8,6 +8,10 @@ static inline unsigned int readUnsignedInt(unsigned char** handle) {
|
||||
}
|
||||
|
||||
Toy_Module Toy_parseModule(unsigned char* ptr) {
|
||||
if (ptr == NULL) {
|
||||
return (Toy_Module){ 0 };
|
||||
}
|
||||
|
||||
Toy_Module module;
|
||||
|
||||
module.scopePtr = NULL;
|
||||
|
||||
Reference in New Issue
Block a user