Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Removed polytipic text-encoders. | Eduardo Julian | 2017-08-01 | 1 | -140/+0 |
| | | | - Simplified a lot of polytypism. | ||||
* | - Removed the "M" suffix from monadic functions. | Eduardo Julian | 2017-07-22 | 1 | -29/+29 |
| | |||||
* | - Small refactorings and bug fixes. | Eduardo Julian | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | - Lux no longer has a Char primitive data-type. | Eduardo Julian | 2017-07-02 | 1 | -2/+0 |
| | |||||
* | - Text no longer has a codec (because the decoding didn't handle unicode ↵ | Eduardo Julian | 2017-07-01 | 1 | -1/+1 |
| | | | | escaping). | ||||
* | - Renamed "Error" to "Result". | Eduardo Julian | 2017-05-17 | 1 | -2/+1 |
| | |||||
* | - Renamed "AST" to "Code". | Eduardo Julian | 2017-05-07 | 1 | -7/+7 |
| | |||||
* | - Changed the name of "let%" to "with-expansions". | Eduardo Julian | 2017-05-07 | 1 | -13/+14 |
| | |||||
* | - Simplified some of the documentation and error messages. | Eduardo Julian | 2017-04-12 | 1 | -1/+1 |
| | |||||
* | - Fused the lux/compiler and lux/macro modules. | Eduardo Julian | 2017-04-11 | 1 | -4/+4 |
| | |||||
* | - Renamed "lambda" to "function". | Eduardo Julian | 2017-04-10 | 1 | -10/+10 |
| | |||||
* | - Changed the license from MPL 2.0 to MIT. | Eduardo Julian | 2017-01-26 | 1 | -5/+0 |
| | |||||
* | - Moved the lux/data/struct/* modules to lux/data/coll/*. | Eduardo Julian | 2017-01-25 | 1 | -2/+2 |
| | | | | | | | - 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. | ||||
* | - Renamed lux/data/struct/tree to lux/data/struct/tree/rose. | Eduardo Julian | 2017-01-25 | 1 | -1/+1 |
| | | | | | | - 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). | ||||
* | - Added tests for lux/macro/poly/* | Eduardo Julian | 2016-12-17 | 1 | -32/+53 |
| | |||||
* | - Minor refactorings and expansions. | Eduardo Julian | 2016-12-04 | 1 | -2/+2 |
| | |||||
* | - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵ | Eduardo Julian | 2016-12-01 | 1 | -0/+126 |
plugin's and the Emacs mode's into a big monorepo, to keep development unified. |