Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-11-15 | - Re-named "lux/meta" to to "lux/macro". | Eduardo Julian | 1 | -2/+2 | |
2017-11-06 | - Changed how Lux procedures work on the old compiler and the stdlib. | Eduardo Julian | 1 | -4/+4 | |
2017-10-20 | - Replaced the "#seed" and "#times" options for "seed" and "times" test ↵ | Eduardo Julian | 1 | -81/+105 | |
combinators. | |||||
2017-10-17 | - Added "for" macro to specify platform-dependent code. | Eduardo Julian | 1 | -4/+14 | |
- Some refactoring/re-naming. | |||||
2017-10-16 | - Re-named "Lux" type to "Meta". | Eduardo Julian | 1 | -4/+4 | |
- Moved lux/type/* under lux/meta/*. | |||||
2017-10-16 | - Re-named "Result" type back to "Error". | Eduardo Julian | 1 | -22/+22 | |
2017-09-19 | - Some refactoring. | Eduardo Julian | 1 | -3/+4 | |
- Moved "assume" and "default" to lux/data/maybe. | |||||
2017-09-04 | - Re-named "real" numbers to "frac"(tions). | Eduardo Julian | 1 | -5/+5 | |
2017-07-22 | - Removed the "M" suffix from monadic functions. | Eduardo Julian | 1 | -1/+1 | |
2017-06-19 | - In lux/test, renamed "test:" to "context:", and "assert" to "test". | Eduardo Julian | 1 | -95/+95 | |
2017-04-11 | - Fused the lux/compiler and lux/macro modules. | Eduardo Julian | 1 | -1/+1 | |
2017-03-24 | - Moved lux/random to lux/math/random. | Eduardo Julian | 1 | -1/+1 | |
- Moved lux/math/ratio to lux/number/ratio. - Moved lux/math/complex to lux/number/complex. | |||||
2017-02-16 | - Implemented several new procedures. | Eduardo Julian | 1 | -8/+8 | |
- Improved Lux-to-JS interactions. - Parallel compilation works for the JS backend. - Added more primitive functionality to the JS runtime. - More common procedures. | |||||
2017-01-26 | - Changed the license from MPL 2.0 to MIT. | Eduardo Julian | 1 | -5/+0 | |
2017-01-25 | - Moved the lux/data/struct/* modules to lux/data/coll/*. | Eduardo Julian | 1 | -1/+1 | |
- Did the same for the lux/codata/struct/* modules. - Moved lux/codata/io to lux/io. - Moved lux/control/effect to lux/effect. - Renamed "sample" functions to "this" functions. - Renamed "at" functions to "nth" functions. | |||||
2017-01-25 | - Renamed lux/data/struct/tree to lux/data/struct/tree/rose. | Eduardo Julian | 1 | -9/+9 | |
- Moved lux/data/struct/zipper to lux/data/struct/tree/zipper. - Moved lux/regex to lux/lexer/regex. - Changed the suffix of annotation tags, from M to A. - Renamed Frac(tional) numbers to Deg(rees). | |||||
2017-01-06 | - Renamed lux/math/random to lux/random. | Eduardo Julian | 1 | -1/+1 | |
2017-01-04 | - Moved the template: macro to the lux module. | Eduardo Julian | 1 | -0/+10 | |
2016-12-27 | - Added a few more tests for Frac numbers. | Eduardo Julian | 1 | -20/+21 | |
2016-12-12 | - Renamed "==" function to "is". | Eduardo Julian | 1 | -5/+5 | |
2016-12-02 | - Changed the names of math op functions to make them more consistent and ↵ | Eduardo Julian | 1 | -21/+21 | |
similar. | |||||
2016-12-01 | - Simplified the Test type. | Eduardo Julian | 1 | -34/+43 | |
- Added Test combinators. - Removed unnecessary testing macros (testing only needs assertions). | |||||
2016-12-01 | - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵ | Eduardo Julian | 1 | -0/+164 | |
plugin's and the Emacs mode's into a big monorepo, to keep development unified. |