diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-01-14 16:30:17 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-01-14 16:32:11 -0800 |
| commit | 9fceff7e785bb234971b443809eef3da9051c598 (patch) | |
| tree | 4ed1193c95d07a2f88ab5bd71c1ac2e491f82e6e /compatibility/4.11.nom | |
| parent | 5eb1b276adef1ec0755f170380f5b67bb465cee2 (diff) | |
Added (SyntaxTree {...} ...) shorthand for SyntaxTree{..., ...} and
added some shebangs.
Diffstat (limited to 'compatibility/4.11.nom')
| -rw-r--r-- | compatibility/4.11.nom | 3 |
1 files changed, 1 insertions, 2 deletions
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: |
