diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-19 00:29:31 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-19 00:29:31 -0700 |
| commit | 0ee5b5888208dff29881869d9dc3595025b515c0 (patch) | |
| tree | 22ea59b41a77f36afeec52633029d12ebcb772fd /nomsu.moon | |
| parent | 2c4acdfe67e05fba88d4c48509c8767d2dce358b (diff) | |
Buncha updates to the sample code and core lib.
Diffstat (limited to 'nomsu.moon')
| -rwxr-xr-x | nomsu.moon | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -416,7 +416,7 @@ class NomsuCompiler add "vars[#{utils.repr(tree.value,true)}]" else - error("Unknown/unimplemented thingy: #{tree.type}") + @error("Unknown/unimplemented thingy: #{tree.type}") -- TODO: make indentation clean buffer = table.concat(buffer, "\n") |
