nomsu/compatibility/4.9.nom
Bruce Hill 9a75d25c84 Lots of fixes to the upgrading and codegen/autoformatting pipeline, also
deleted nomnom files, since they're mostly not needed anymore.
2018-11-11 15:05:56 -08:00

12 lines
355 B
Plaintext

#!/usr/bin/env nomsu -V4.9.11.6
#
This file defines upgrades from Nomsu <4.9 to 4.9
use "compatibility/compatibility.nom"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
upgrade action "if" to "4.9" via (..)
[%tree, %end_version] ->:
if ((size of %tree) > 2): return %tree
return \(when %tree.2)