aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/host.jvm.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-03Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian1-20/+23
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-3/+3
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-5/+5
2020-12-01Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian1-2/+2
2020-10-31Easy to use Rev constants.Eduardo Julian1-6/+6
2020-10-09Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian1-8/+8
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-3/+3
2019-09-15Got the tests running again.Eduardo Julian1-10/+14
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-3/+4
2019-07-25No more "i/"-prefixed functions.Eduardo Julian1-25/+30
2019-06-06WIP: Class definition.Eduardo Julian1-26/+30
2019-05-29More massaging of the stdlib for the sake of the new compiler.Eduardo Julian1-0/+0
2019-05-05Can now set the name of the "this" object, instead of being forced to use "_j...Eduardo Julian1-4/+4
2019-04-16The old compiler is now identified with "old" instead of "jvm". This should h...Eduardo Julian1-0/+0
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+1
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-1/+1
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-2/+2
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-1/+1
2019-02-05Integrated tests into normal source code.Eduardo Julian1-0/+0
2019-02-04Changed the naming style for structures.Eduardo Julian1-4/+4
2019-02-03Improved syntax for domains/parallel-import-trees.Eduardo Julian1-1/+1
2019-02-03Relative imports can now alter the start of a path.Eduardo Julian1-41/+47
2019-02-02Ported some old tests to the new format.Eduardo Julian1-64/+69
2018-12-15Changed the "instance?" macro in "lux/host.jvm.lux" into the "check" macro.Eduardo Julian1-4/+4
2018-08-29Method imports are now done as macros instead of functions.Eduardo Julian1-1/+1
2018-08-23No more escaping of double-quotes.Eduardo Julian1-1/+1
2018-08-05Some small improvements and fixes.Eduardo Julian1-1/+1
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian1-3/+3
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian1-3/+3
2018-07-20"^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian1-1/+1
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-12/+9
2018-07-14- New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian1-6/+6
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-10/+12
2018-07-11- Improvements to import syntax [part 1].Eduardo Julian1-1/+1
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-2/+2
2018-07-05- Re-named "equality" to "equivalence".Eduardo Julian1-1/+1
2018-07-03- Re-named "import" to "import:".Eduardo Julian1-5/+5
2017-12-05- Brought luxc and new-luxc closer together.Eduardo Julian1-6/+6
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-32/+32
2017-11-27- Changed the syntax involved in JVM host-interop.Eduardo Julian1-15/+14
2017-11-27- Got rid of even more dots.Eduardo Julian1-1/+1
2017-11-27- Changed the prefixes of numeric functions.Eduardo Julian1-6/+6
2017-11-20- Added parallel compilation.Eduardo Julian1-1/+9
2017-11-06- Changed how Lux procedures work on the old compiler and the stdlib.Eduardo Julian1-2/+2
2017-10-20- Replaced the "#seed" and "#times" options for "seed" and "times" test combi...Eduardo Julian1-29/+33
2017-09-08- Re-named "jvm-import" to "import".Eduardo Julian1-6/+6
2017-08-21- Small refactorings.Eduardo Julian1-2/+2
2017-07-22- Removed the "M" suffix from monadic functions.Eduardo Julian1-1/+1
2017-07-02- Lux no longer has a Char primitive data-type.Eduardo Julian1-5/+5
2017-06-19- In lux/test, renamed "test:" to "context:", and "assert" to "test".Eduardo Julian1-36/+36