1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-21 18:57:41 +00:00

Work on deserialization for loading bytecode and

other objects.
This commit is contained in:
Calvin Rose
2017-03-19 12:16:40 -04:00
parent 9856142fef
commit a2f3fa3b3d
6 changed files with 400 additions and 81 deletions

View File

@@ -118,7 +118,7 @@ GstValue *gst_thread_expand_callable(Gst *vm, GstThread *thread, GstValue callee
continue;
}
}
/* Callables nested to deeply */
/* Callables nested too deeply */
return NULL;
}