diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-04-18 17:41:40 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-04-18 17:41:57 -0700 |
| commit | dcb380f1f6ec67c52364b1246546f1f6b2c168d3 (patch) | |
| tree | 753fb10223e5b7cc4222106bc33d3f1fe2eb3e07 /nomsu_tree.moon | |
| parent | ec17442090e3a193c95d5fd53ef0016ecb53b230 (diff) | |
More cleanup, slowly working through operators/control_flow
Diffstat (limited to 'nomsu_tree.moon')
| -rw-r--r-- | nomsu_tree.moon | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nomsu_tree.moon b/nomsu_tree.moon index d327e2e..23ad830 100644 --- a/nomsu_tree.moon +++ b/nomsu_tree.moon @@ -35,7 +35,6 @@ Tree "File", as_lua: (nomsu)=> if #@value == 1 return @value[1]\as_lua(nomsu) - declared_locals = {} lua = Lua(@source) for i, line in ipairs @value line_lua = line\as_lua(nomsu) |
