aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-04-26 14:04:51 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-04-26 14:04:59 -0700
commit6fecb5d3950949d3bcf232f74283229248c21247 (patch)
tree7ca4e5846e288b8cebd4e958760a2d18dd51a58d /core
parent7f99c70d564ec999e782e83f482e6d8e22c88ef2 (diff)
Cleaning up codegen and TODO
Diffstat (limited to 'core')
-rw-r--r--core/metaprogramming.nom3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/metaprogramming.nom b/core/metaprogramming.nom
index f6f202f..e967172 100644
--- a/core/metaprogramming.nom
+++ b/core/metaprogramming.nom
@@ -97,8 +97,7 @@ immediately
local template = nomsu:parse(Nomsu(]]..repr(tree.source)..[[, ]]..template..[[));
local replacement = nomsu:tree_with_replaced_vars(template, ]]..replacements..[[);
return replacement:as_lua(nomsu);
- end);
- ]]);
+ end);]]);
return lua;
action [remove action %stub]