aboutsummaryrefslogtreecommitdiff
path: root/lib/utils2.nom
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-01-05 15:45:46 -0800
committerBruce Hill <bitbucket@bruce-hill.com>2018-01-05 15:45:46 -0800
commit2df539a76293f028077abd81e75bbfa9b510ae07 (patch)
tree596406142ede0e24bc52ac980e8790593137fb2a /lib/utils2.nom
parent139bd76efc5758c1826cd89fcfd65e55e6416ec9 (diff)
More cleanup of vars.XX -> \%XX
Diffstat (limited to 'lib/utils2.nom')
-rw-r--r--lib/utils2.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils2.nom b/lib/utils2.nom
index d2fda8b..07ff008 100644
--- a/lib/utils2.nom
+++ b/lib/utils2.nom
@@ -24,7 +24,7 @@ compile [with %assignments %action] to code:
%tokens = (%assignment's "value")
%var = (%tokens -> 1)
%eq = (%tokens -> 2)
- assert (=lua "vars.eq and vars.eq.type == 'Word' and vars.eq.value == '='") ".."
+ assert (=lua "\%eq and \%eq.type == 'Word' and \%eq.value == '='") ".."
Invalid format for 'with' statement. List entries must have the form %var = (value)
%value = (%tokens -> 3)
add {i=%i, var=%var, value=%value} to %data