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/text.nom | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/text.nom') diff --git a/core/text.nom b/core/text.nom index ad57498..1351af6 100644 --- a/core/text.nom +++ b/core/text.nom @@ -3,9 +3,9 @@ This file contains some definitions of text escape sequences, including ANSI console color codes. -use "core/metaprogramming.nom" -use "core/operators.nom" -use "core/control_flow.nom" +use "core/metaprogramming" +use "core/operators" +use "core/control_flow" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -75,4 +75,4 @@ $escapes = { for $name = $str in $escapes: with [$lua = (Lua (quote $str))]: - $compile.action.$name = (-> $lua) + $(COMPILE RULES).$name = (-> $lua) -- cgit v1.2.3