From d8f9b15fd9da8c9ae29ee0b63c4302e5efbde387 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 31 Dec 2018 01:02:46 -0800 Subject: Cleaning up some of the documentation and dead code. --- tools/parse.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/parse.nom') diff --git a/tools/parse.nom b/tools/parse.nom index d28c80c..ac9c42f 100755 --- a/tools/parse.nom +++ b/tools/parse.nom @@ -24,7 +24,7 @@ externally (print tree $t at indent $indent) means: say "\$indent\($t.1)" "Var": - say "\($indent)%\($t.1)" + say "\($indent)$\($t.1)" else: say "\$indent\($t.type):" -- cgit v1.2.3