From 446892d11ee712839084e4599a07d8decf6b3b54 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 24 May 2018 16:13:23 -0700 Subject: Consolidating code obj code and expunging all [[..]]-style lua strings. --- core/metaprogramming.nom | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'core/metaprogramming.nom') diff --git a/core/metaprogramming.nom b/core/metaprogramming.nom index 9d6e1e6..6c5221c 100644 --- a/core/metaprogramming.nom +++ b/core/metaprogramming.nom @@ -101,11 +101,7 @@ immediately return t.type.."("..make_tree(t.value)..")" end end - lua:append([[) - local tree = ]], make_tree(\%longhand), [[ - - return nomsu:tree_to_lua(tree) - end);]]) + lua:append(")\n local tree = ", make_tree(\%longhand), "\n return nomsu:tree_to_lua(tree)\nend);") return lua action [remove action %stub] -- cgit v1.2.3