code / nomsu

Lines6.6K Lua5.1K PEG1.3K make117
2 others 83
Markdown60 Bourne Again Shell23
(22 lines)
1 #!/usr/bin/env nomsu -V7.0.0
2 ###
3 This file defines upgrades from Nomsu <4.11 to Nomsu 4.11
4 (overhaul of function literals, deleting (if all of ...), etc. shorthand)
6 use "compatibility/compatibility"
8 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10 upgrade action "do next repeat" to "4.12" via
11 for $tree:
12 at $tree fail ("
13 Upgrade error: This method has been deprecated.
14 Hint: Use either (do next) or (go to (label)) instead.
15 ")
17 upgrade action "stop repeating" to "4.12" via
18 for $tree:
19 at $tree fail ("
20 Upgrade error: This method has been deprecated.
21 Hint: Use either (stop) or (go to (label)) instead.