diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-04-12 18:01:51 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-04-12 18:01:59 -0700 |
| commit | 1de29826a82cc858cf6d9df9ead86655304251a4 (patch) | |
| tree | 0884e0330b8c7d098367edc445d6a59437309247 /core | |
| parent | 17a2bded6a85b69d54c66f5b6f5c5f3433a5317c (diff) | |
Incremental progress towards working.
Diffstat (limited to 'core')
| -rw-r--r-- | core/metaprogramming.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/metaprogramming.nom b/core/metaprogramming.nom index 5d6b59c..24201b0 100644 --- a/core/metaprogramming.nom +++ b/core/metaprogramming.nom @@ -26,7 +26,7 @@ immediately: end local body_lua = nomsu:tree_to_lua(\%lua):as_statements(); body_lua:declare_locals(args); - lua:append("\\n ", body_lua, "\\nend);") + lua:append(")\\n ", body_lua, "\\nend);") return lua; end); |
