From c8ccbe5f42b5a197010b5ee95491dce5b9bbcbf4 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 6 Nov 2018 15:13:55 -0800 Subject: Removed utils.lua, simplified some metaprogramming stuff, added native support for calling functions with (%a %b %c) instead of (call %a with [%b, %c]), renamed _List -> List, _Dict -> Dict, improved example code. --- nomsu.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomsu.moon') diff --git a/nomsu.moon b/nomsu.moon index 2c4d21f..9637358 100755 --- a/nomsu.moon +++ b/nomsu.moon @@ -86,7 +86,7 @@ if not args or args.help os.exit(EXIT_FAILURE) nomsu = NomsuCompiler -nomsu.environment.arg = NomsuCompiler.environment._List(args.nomsu_args) +nomsu.environment.arg = NomsuCompiler.environment.List(args.nomsu_args) if args.version nomsu\run [[(: use "core"; say (Nomsu version))]] -- cgit v1.2.3