From 522a0397677c78a7d73b7095cead198fa162b927 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 12 Sep 2017 23:12:45 -0700 Subject: Fixed some bugs with generated code. --- nomsu.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nomsu.lua') diff --git a/nomsu.lua b/nomsu.lua index 200b45a..bc7ec80 100644 --- a/nomsu.lua +++ b/nomsu.lua @@ -805,7 +805,7 @@ do end Compiler = _class_0 end -if arg[1] then +if arg and arg[1] then local c = Compiler() local input = io.open(arg[1]):read("*a") local _print = print @@ -831,7 +831,7 @@ if arg[1] then end local utils = require('utils') local Compiler = require('nomsu') - local c = Compiler(require('core')) + local c = Compiler() load()(c, {}) ]]) end -- cgit v1.2.3