From 0f0fb2256a46a8808794d7d4746d112278da3730 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 10 Jan 2019 16:33:37 -0800 Subject: Major overhaul of how modules and environments work, along with some steamlining and tweaks to the makefile. Version bump: 6.14.13.8 --- core/operators.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/operators.nom') diff --git a/core/operators.nom b/core/operators.nom index 4d72643..dee76b6 100644 --- a/core/operators.nom +++ b/core/operators.nom @@ -2,7 +2,7 @@ # This file contains definitions of operators like "+" and "and". -use "core/metaprogramming.nom" +use "core/metaprogramming" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -101,7 +101,7 @@ test: (with external $externs $body) compiles to: $body_lua = ($body as lua) lua> (" - \$body_lua:remove_free_vars(table.map(\$externs, function(v) return compile(v):text() end)) + \$body_lua:remove_free_vars(table.map(\$externs, function(v) return \(nomsu environment):compile(v):text() end)) ") return $body_lua -- cgit v1.2.3