1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-26 21:27:42 +00:00

More work on compiler. Start defining more dynamic

module system than originally planned.
This commit is contained in:
Calvin Rose
2017-05-06 12:41:24 -04:00
parent d47ee18b1a
commit 6adc2a5268
3 changed files with 30 additions and 7 deletions

View File

@@ -1120,7 +1120,6 @@ GstFunction *gst_compiler_compile(GstCompiler *c, GstValue form) {
}
/* Create a scope */
opts.isTail = 1;
compiler_push_scope(c, 0);
compiler_return(c, compile_value(c, opts, form));
def = compiler_gen_funcdef(c, c->buffer->count, 0);
{