From 652c29bdef1f0991cc13bef59d6dc78b657ae9a4 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 8 Nov 2018 15:23:22 -0800 Subject: Major overhaul, splitting nomsu_compiler into nomsu_environment, nomsu_compiler, and nomsu_decompiler. Also added comprehensions. --- lib/os.nom | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/os.nom') diff --git a/lib/os.nom b/lib/os.nom index 00fe81f..2da395c 100644 --- a/lib/os.nom +++ b/lib/os.nom @@ -69,3 +69,6 @@ externally (source lines of %tree) means: (line % in %file) for % in (line number of %source.start in %file) to (..) line number of %source.stop in %file ..::joined with "\n" + +externally (spoof file %text) means (%Files.spoof %text) +externally (spoof file %filename = %text) means (%Files.spoof %filename %text) -- cgit v1.2.3