diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-03 00:52:01 -0800 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-03 00:52:01 -0800 |
| commit | cfee75b21b307b5d57c215cad5b1c089c91182fc (patch) | |
| tree | e6d605892aced717a4519f7860c0b143d11819a6 /lib/scopes.nom | |
| parent | 3bd12b5331f7e5ec939cb8130350ea68fcbd6ceb (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.nom | 2 |
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: |
