aboutsummaryrefslogtreecommitdiff
path: root/compatibility/compatibility.nom
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2018-10-31 15:05:17 -0700
committerBruce Hill <bruce@bruce-hill.com>2018-10-31 15:05:17 -0700
commit7a35e38d8778670fe0662f203e82638355db3bba (patch)
treecc9f813d1350f23d2b81a81b18f4f127668bfec9 /compatibility/compatibility.nom
parentf43d8c58f755a7f208d84b43071490ab356c5ac8 (diff)
Renamed (action %) -> (%'s meaning)
Diffstat (limited to 'compatibility/compatibility.nom')
-rw-r--r--compatibility/compatibility.nom13
1 files changed, 6 insertions, 7 deletions
diff --git a/compatibility/compatibility.nom b/compatibility/compatibility.nom
index 6da7063..c61b5a9 100644
--- a/compatibility/compatibility.nom
+++ b/compatibility/compatibility.nom
@@ -80,16 +80,15 @@ externally [..]
%tree with % -> (..)
if ((% is "Action" syntax tree) and %ACTION_UPGRADES.%ver.(%.stub)):
%with_upgraded_args = (..)
- %k = (%v upgraded from %start_version to %end_version) \
- ..for %k = %v in %
- set %with_upgraded_args's metatable to (%'s metatable)
- return (call %ACTION_UPGRADES.%ver.(%.stub) with [%with_upgraded_args, %end_version])
+ %k = (%v upgraded from %start_version to %end_version) for %k = %v in %
+ set %with_upgraded_args 's metatable to (% 's metatable)
+ return (..)
+ call %ACTION_UPGRADES.%ver.(%.stub) with [%with_upgraded_args, %end_version]
if %UPGRADES.%ver:
%with_upgraded_args = (..)
- %k = (%v upgraded from %start_version to %end_version) \
- ..for %k = %v in %tree
- set %with_upgraded_args's metatable to (%tree's metatable)
+ %k = (%v upgraded from %start_version to %end_version) for %k = %v in %tree
+ set %with_upgraded_args 's metatable to (%tree 's metatable)
%tree = (call %UPGRADES.%ver with [%with_upgraded_args, %end_version])
return %tree