From a35d010dfe2b2769cf13ae508952c279aecb3aac Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 6 Sep 2018 12:46:39 -0700 Subject: Removed the mandatory "_" prefix for Nomsu variables, renamed "list" and "dict" to "List" and "Dict", or in Nomsu's environment, "_List" and "_Dict", removed uuid.lua and replaced it with core/id.nom for handling IDs. --- lib/os.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/os.nom') diff --git a/lib/os.nom b/lib/os.nom index 5af6543..4edccb9 100644 --- a/lib/os.nom +++ b/lib/os.nom @@ -32,7 +32,7 @@ compile [for file %f in %path %body] to (..) compile [%expr for file %f in %path] to (..) Lua value ".." (function() - local ret = list{} + local ret = _List{} for i,\(%f as lua expr) in Files.walk(\(%path as lua expr)) do ret[#ret+1] = \(%expr as lua statements) end -- cgit v1.2.3