aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/test/lux.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed temporary "|" prefix on Nat.Eduardo Julian2018-07-281-14/+14
* Added "+" sign to positive Int.Eduardo Julian2018-07-281-13/+13
* Temporary commit to get rid of "+" signs for Nat.Eduardo Julian2018-07-281-14/+14
* "^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian2018-07-201-1/+1
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-201-4/+4
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-141-9/+9
* - Re-named "lux/data/bit" to "lux/data/number/i64".Eduardo Julian2018-07-131-2/+3
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-111-11/+13
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-111-1/+1
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-101-2/+2
* - Fixes: Part 0.Eduardo Julian2018-07-091-41/+27
* - Re-named "equality" to "equivalence".Eduardo Julian2018-07-051-1/+1
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-041-12/+12
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-031-1/+1
* - Added dedicated unicode support for text.Eduardo Julian2018-05-131-2/+2
* - Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian2018-05-131-15/+15
* - Implemented Deg(ree) reciprocal & conversions Deg<->Frac.Eduardo Julian2018-05-121-5/+11
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-071-4/+4
* - Re-named "is" to "is?".Eduardo Julian2018-04-051-7/+7
* - Added some ~! to some macros to stop them from imposing dependencies.Eduardo Julian2017-12-021-1/+0
* - Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian2017-11-291-28/+28
* - Got rid of even more dots.Eduardo Julian2017-11-271-2/+2
* - Changed the prefixes of numeric functions.Eduardo Julian2017-11-271-21/+21
* - Fixed some bugs.Eduardo Julian2017-11-211-4/+4
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-2/+2
* - Changed how Lux procedures work on the old compiler and the stdlib.Eduardo Julian2017-11-061-4/+4
* - Replaced the "#seed" and "#times" options for "seed" and "times" test combi...Eduardo Julian2017-10-201-81/+105
* - Added "for" macro to specify platform-dependent code.Eduardo Julian2017-10-171-4/+14
* - Re-named "Lux" type to "Meta".Eduardo Julian2017-10-161-4/+4
* - Re-named "Result" type back to "Error".Eduardo Julian2017-10-161-22/+22
* - Some refactoring.Eduardo Julian2017-09-191-3/+4
* - Re-named "real" numbers to "frac"(tions).Eduardo Julian2017-09-041-5/+5
* - Removed the "M" suffix from monadic functions.Eduardo Julian2017-07-221-1/+1
* - In lux/test, renamed "test:" to "context:", and "assert" to "test".Eduardo Julian2017-06-191-95/+95
* - Fused the lux/compiler and lux/macro modules.Eduardo Julian2017-04-111-1/+1
* - Moved lux/random to lux/math/random.Eduardo Julian2017-03-241-1/+1
* - Implemented several new procedures.Eduardo Julian2017-02-161-8/+8
* - Changed the license from MPL 2.0 to MIT.Eduardo Julian2017-01-261-5/+0
* - Moved the lux/data/struct/* modules to lux/data/coll/*.Eduardo Julian2017-01-251-1/+1
* - Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian2017-01-251-9/+9
* - Renamed lux/math/random to lux/random.Eduardo Julian2017-01-061-1/+1
* - Moved the template: macro to the lux module.Eduardo Julian2017-01-041-0/+10
* - Added a few more tests for Frac numbers.Eduardo Julian2016-12-271-20/+21
* - Renamed "==" function to "is".Eduardo Julian2016-12-121-5/+5
* - Changed the names of math op functions to make them more consistent and sim...Eduardo Julian2016-12-021-21/+21
* - Simplified the Test type.Eduardo Julian2016-12-011-34/+43
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian2016-12-011-0/+164