diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-12-14 17:55:08 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-12-14 17:55:17 -0800 |
| commit | b38d9e0062bf0902241dce182c3389a0c5853c40 (patch) | |
| tree | 64452119a0700cf97044af709036a5b6d1e97a0d /nomsu_decompiler.moon | |
| parent | 6ba84a0f507270fba8e7a68901dc256c2979d7f9 (diff) | |
Fix for nomsu codegen for methods.
Diffstat (limited to 'nomsu_decompiler.moon')
| -rw-r--r-- | nomsu_decompiler.moon | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nomsu_decompiler.moon b/nomsu_decompiler.moon index 18f01cc..5920e18 100644 --- a/nomsu_decompiler.moon +++ b/nomsu_decompiler.moon @@ -265,6 +265,7 @@ tree_to_nomsu = (tree)-> target_nomsu\parenthesize! nomsu\add target_nomsu nomsu\add(target_nomsu\is_multiline! and " \\\n..|" or "|") + nomsu\add recurse(tree[2]) return nomsu when "EscapedNomsu" |
