diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 16:26:38 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 16:27:01 -0800 |
| commit | 9d82d522c17493ad3016ca0678a951485067408f (patch) | |
| tree | da23135f690e843cb5be3798b59d056d8c89f335 /compatibility | |
| parent | 370fad9cd32e1931411282070963e80c3b1faf0c (diff) | |
Fixed some autoformatting stuff, and prepping to deprecate some math
shorthand.
Diffstat (limited to 'compatibility')
| -rw-r--r-- | compatibility/4.10.12.7.nom | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compatibility/4.10.12.7.nom b/compatibility/4.10.12.7.nom index 982965b..40d6eac 100644 --- a/compatibility/4.10.12.7.nom +++ b/compatibility/4.10.12.7.nom @@ -37,6 +37,9 @@ upgrade action (%k = %v for %i in %start to %stop by %step) to "4.10.12.7" as {. upgrade action (%k = %v for %i in %start to %stop via %step) to "4.10.12.7" as {..} : for %i in %start to %stop by %step: add %k = %v +upgrade action (parse %text from %filename) to "4.10.12.7" as (..) + (%NomsuCode (%Source %filename 1 (size of %text))) parsed + upgrade action (% as lua statements) to "4.10.12.7" as (% as lua) upgrade action (compile error at %pos %err hint %hint) to "4.10.12.7" as (..) compile error at %pos %err %hint |
