From 9fceff7e785bb234971b443809eef3da9051c598 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 14 Jan 2019 16:30:17 -0800 Subject: Added (SyntaxTree {...} ...) shorthand for SyntaxTree{..., ...} and added some shebangs. --- compatibility/4.11.nom | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'compatibility/4.11.nom') diff --git a/compatibility/4.11.nom b/compatibility/4.11.nom index 7864bc2..24dbbdc 100644 --- a/compatibility/4.11.nom +++ b/compatibility/4.11.nom @@ -27,8 +27,7 @@ upgrade action "set" to "4.11" via $rhs.$i = $entry.2 return - SyntaxTree - {.type = "Action", .source = $tree.source, .1 = $lhs, .2 = "=", .3 = $rhs} + SyntaxTree {.type = "Action", .source = $tree.source} $lhs "=" $rhs upgrade action "1 with 2 ~>" to "4.11" via for $tree: -- cgit v1.2.3