1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-08 03:23:01 +00:00

Breaking up functionality into more modules.

This commit is contained in:
Calvin Rose
2017-02-23 17:21:13 -05:00
parent 5ec6e46f1a
commit fd34837265
19 changed files with 701 additions and 387 deletions

View File

@@ -164,8 +164,6 @@ struct Gst {
jmp_buf jump;
GstValue error;
GstValue ret; /* Returned value from VMStart. Also holds errors. */
/* Object definitions */
GstValue metas[GST_OBJECT];
};
struct GstParser {