Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No more "i/"-prefixed functions. | Eduardo Julian | 2019-07-25 | 1 | -14/+16 |
| | |||||
* | No more "f/"-prefixed functions. | Eduardo Julian | 2019-07-24 | 1 | -22/+22 |
| | | | + No more "m/"-prefixed functions. | ||||
* | Re-name "lux/data/error" to "lux/control/try". | Eduardo Julian | 2019-07-02 | 1 | -11/+12 |
| | |||||
* | Improved the convention for using text formatters. | Eduardo Julian | 2019-06-20 | 1 | -2/+2 |
| | |||||
* | Created the "lux/abstract" branch and moved some modules into it. | Eduardo Julian | 2019-04-06 | 1 | -1/+1 |
| | |||||
* | Fixed some tests. | Eduardo Julian | 2019-03-28 | 1 | -5/+5 |
| | |||||
* | Ported tests for math-related modules. | Eduardo Julian | 2019-03-24 | 1 | -90/+79 |
| | |||||
* | Changed the convention for the structure opening separator from "/" to ";", ↵ | Eduardo Julian | 2019-03-15 | 1 | -10/+10 |
| | | | | to avoid confusion since "/" is used for relative module paths. | ||||
* | Added the special # syntax for referring to the module's alias when opening ↵ | Eduardo Julian | 2019-02-11 | 1 | -2/+2 |
| | | | | structures. | ||||
* | Integrated tests into normal source code. | Eduardo Julian | 2019-02-05 | 1 | -0/+150 |