aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/host.jvm.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2021-01-031-20/+23
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-3/+3
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-5/+5
* Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian2020-12-011-2/+2
* Easy to use Rev constants.Eduardo Julian2020-10-311-6/+6
* Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian2020-10-091-8/+8
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-3/+3
* Got the tests running again.Eduardo Julian2019-09-151-10/+14
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-3/+4
* No more "i/"-prefixed functions.Eduardo Julian2019-07-251-25/+30
* WIP: Class definition.Eduardo Julian2019-06-061-26/+30
* More massaging of the stdlib for the sake of the new compiler.Eduardo Julian2019-05-291-0/+134
* The old compiler is now identified with "old" instead of "jvm". This should h...Eduardo Julian2019-04-161-134/+0
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-1/+1
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-1/+1
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-151-2/+2
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-111-1/+1
* Integrated tests into normal source code.Eduardo Julian2019-02-051-0/+134