From 930d522fbc3ab57faa926ed85f0d35d661722402 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 27 Aug 2018 13:38:58 -0700 Subject: Bunch of miscellaneous changes. Paved the way a little bit for having different compiler domains. --- compatibility/2.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compatibility/2.nom') diff --git a/compatibility/2.nom b/compatibility/2.nom index 399d485..53d9988 100644 --- a/compatibility/2.nom +++ b/compatibility/2.nom @@ -9,7 +9,7 @@ upgrade %tree to "2" as: if (%tree.stub is "if % % else %"): %true_body = (%tree.3 upgraded) unless (%true_body is "Block" syntax tree): - %true_body = (=lua "Block(\%true_body.source, \%true_body)") + %true_body = \(: %true_body) %false_body = (%tree.5 upgraded) unless (%false_body is "Block" syntax tree): %false_body = (=lua "Block(\%false_body.source, \%false_body)") -- cgit v1.2.3