aboutsummaryrefslogtreecommitdiff
path: root/lib/scopes.nom
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-01-03 00:52:01 -0800
committerBruce Hill <bitbucket@bruce-hill.com>2018-01-03 00:52:01 -0800
commitcfee75b21b307b5d57c215cad5b1c089c91182fc (patch)
treee6d605892aced717a4519f7860c0b143d11819a6 /lib/scopes.nom
parent3bd12b5331f7e5ec939cb8130350ea68fcbd6ceb (diff)
Reworked {} a bit and added dicts to the core language. Did some more
testing on string interpolations too.
Diffstat (limited to 'lib/scopes.nom')
-rw-r--r--lib/scopes.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scopes.nom b/lib/scopes.nom
index 8555287..29a543c 100644
--- a/lib/scopes.nom
+++ b/lib/scopes.nom
@@ -21,7 +21,7 @@ parse [using %scoped do %actions] as:
getmetatable(nomsu.defs["#vars"]).__newindex = getmetatable(nomsu.defs["#vars"]).__index;
do %actions
-parse [scoped %actions] as: using %actions do {pass}
+parse [scoped %actions] as: using %actions do (:pass)
rule [from %filename import %rules] =:
using: