diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-17 14:38:05 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-17 14:39:08 -0800 |
| commit | 7f47d4204039258cec78c767f489b7809b4257ff (patch) | |
| tree | c8533068b75ab453accfe1f688705e9e94c9e279 /compatibility/4.8.10.nom | |
| parent | 34a3dd22a4e132bd4e0fe3ce89831c3fe761d3d9 (diff) | |
In-progress (but working) overhaul of some elements including: function
calls, lib/thing.nom API, multi-assignments, varargs, etc.
Diffstat (limited to 'compatibility/4.8.10.nom')
| -rw-r--r-- | compatibility/4.8.10.nom | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/compatibility/4.8.10.nom b/compatibility/4.8.10.nom index c0c17dc..9049830 100644 --- a/compatibility/4.8.10.nom +++ b/compatibility/4.8.10.nom @@ -6,7 +6,7 @@ use "compatibility/compatibility.nom" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ upgrade action "local action" to "4.8.10" via (..) - [%tree, %end_version] ->: + for (%tree %end_version): %spec = %tree.3 %body = %tree.4 if %spec.type is: @@ -20,7 +20,7 @@ upgrade action "local action" to "4.8.10" via (..) return \(%spec means %body) upgrade action "action" to "4.8.10" via (..) - [%tree, %end_version] ->: + for (%tree %end_version): %spec = %tree.2 %body = %tree.3 if %body: @@ -37,7 +37,7 @@ upgrade action "action" to "4.8.10" via (..) return \(%spec's meaning) upgrade action "compile 1 to" to "4.8.10" via (..) - [%tree, %end_version] ->: + for (%tree %end_version): %spec = %tree.2 %body = %tree.4 if %spec.type is: @@ -51,7 +51,7 @@ upgrade action "compile 1 to" to "4.8.10" via (..) return \(%spec compiles to %body) upgrade action "parse 1 as" to "4.8.10" via (..) - [%tree, %end_version] ->: + for (%tree %end_version): %spec = %tree.2 %body = %tree.4 if %spec.type is: |
