From b43432e647fbb3bb76aa2836e3899d5e407c50f9 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 26 Sep 2018 13:05:28 -0700 Subject: Fixed all syntax errors, got original (non-nomnom) tests passing. --- nomnom/compile.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomnom/compile.nom') diff --git a/nomnom/compile.nom b/nomnom/compile.nom index ff3b71f..43e6d84 100644 --- a/nomnom/compile.nom +++ b/nomnom/compile.nom @@ -140,7 +140,7 @@ action [compile %tree using %compile_actions]: ..Can't use this as a dict key, since it's not an expression." %value_lua = (..) (compile %value using %compile_actions) if %value - ..else (Lua Value from %key ["true"])) + ..else (Lua Value from %key ["true"]) unless %value_lua.is_value: compile error at %tree.2 "\ ..Can't use this as a dict value, since it's not an expression." -- cgit v1.2.3