diff options
Diffstat (limited to 'lib/utils2.nom')
| -rw-r--r-- | lib/utils2.nom | 2 |
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 |
