From c1c32688a4afc43f6addb99b8b5fa878944a70e3 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 14 Jan 2019 15:42:48 -0800 Subject: Overhaul in progress, mostly working. Moved all the nomsu packages into lib/, including core/*. Changes to how nomsu environments and importing work. --- bootstrap.moon | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap.moon') diff --git a/bootstrap.moon b/bootstrap.moon index f5b5900..05bd2a6 100644 --- a/bootstrap.moon +++ b/bootstrap.moon @@ -118,6 +118,8 @@ compile_actions = { ["Lua version"]: (code)=> LuaCode("_VERSION") ["nomsu environment"]: ()=> LuaCode("_ENV") ["nomsu environment name"]: ()=> LuaCode('"_ENV"') + ["this file was run directly"]: => LuaCode('WAS_RUN_DIRECTLY') + ["the command line arguments"]: => LuaCode('COMMAND_LINE_ARGS') } return compile_actions -- cgit v1.2.3