aboutsummaryrefslogtreecommitdiff
path: root/lib/core/operators.nom
diff options
context:
space:
mode:
Diffstat (limited to 'lib/core/operators.nom')
-rw-r--r--lib/core/operators.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/operators.nom b/lib/core/operators.nom
index dee76b6..912b7c1 100644
--- a/lib/core/operators.nom
+++ b/lib/core/operators.nom
@@ -85,7 +85,7 @@ test:
set global x local y
unless (($foozle == "inner") and ($y == "outer")): fail "external failed."
(external $var = $value) compiles to:
- $lua = ((SyntaxTree {.type = "Action", .source = $var.source, .1 = $var, .2 = "=", .3 = $value}) as lua)
+ $lua = ((SyntaxTree {.type = "Action", .source = $var.source} $var "=" $value) as lua)
$lua, remove free vars
return $lua
test: