aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/host.old.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-1/+1
|
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-3/+4
|
* No more "i/"-prefixed functions.Eduardo Julian2019-07-251-4/+6
|
* Can now set the name of the "this" object, instead of being forced to use ↵Eduardo Julian2019-05-051-4/+4
| | | | "_jvm_this".
* The old compiler is now identified with "old" instead of "jvm". This should ↵Eduardo Julian2019-04-161-0/+134
help to get old JVM code and new JVM code to coexist without forcing a major rewrite of old compiler code to get it to fit the style of the new JVM compiler code.