diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-05-11 13:53:40 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-05-11 13:54:24 -0700 |
| commit | 95ee15982bb021e94a4976741a0bcdfe5f5d6992 (patch) | |
| tree | d76886a98cf1b6655e591a98039a4044bdafbe08 /nomsu_tree.moon | |
| parent | 113782ebd1c9b13284f6c418c90008734fec27ac (diff) | |
Switched to use inline nomsu generation for `Nomsu` tree lua
compilation and removed some dead code around Nomsu.debug
Diffstat (limited to 'nomsu_tree.moon')
| -rw-r--r-- | nomsu_tree.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_tree.moon b/nomsu_tree.moon index 6640030..fc71219 100644 --- a/nomsu_tree.moon +++ b/nomsu_tree.moon @@ -35,7 +35,7 @@ Tree = (name, methods)-> Tree "Nomsu", as_lua: (nomsu)=> - Lua.Value(@source, "nomsu:parse(Nomsu(",repr(@value.source),", ",repr(tostring(@value\as_nomsu!)),"))") + Lua.Value(@source, "nomsu:parse(Nomsu(",repr(@value.source),", ",repr(tostring(@value\as_nomsu(true))),"))") as_nomsu: (inline=false)=> nomsu = @value\as_nomsu(true) |
