Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-01-27 | - Number no longer depends on Ord. | Eduardo Julian | 1 | -3/+0 | |
2017-01-26 | - Changed the license from MPL 2.0 to MIT. | Eduardo Julian | 1 | -5/+0 | |
2017-01-26 | - Renamed Bounded to Interval. | Eduardo Julian | 1 | -17/+18 | |
2017-01-25 | - Renamed lux/data/struct/tree to lux/data/struct/tree/rose. | Eduardo Julian | 1 | -17/+17 | |
- 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 | - Fixed a lot of errors in the documentation. | Eduardo Julian | 1 | -3/+3 | |
2017-01-04 | - Updated the documentation of most modules left. | Eduardo Julian | 1 | -7/+10 | |
- Minor refactorings. | |||||
2016-12-25 | - Now, only using underscores (_) as number digit separators, without using ↵ | Eduardo Julian | 1 | -2/+1 | |
commas (,). | |||||
2016-12-25 | - Fixed a bug where the Frac max value was getting confused with the min value. | Eduardo Julian | 1 | -4/+4 | |
- Updated the lux/data/number tests. | |||||
2016-12-22 | - Updated tests for lux/cli and lux/math/ratio. | Eduardo Julian | 1 | -1/+1 | |
2016-12-12 | - Small fixes, refactorings and expansions. | Eduardo Julian | 1 | -2/+11 | |
2016-12-02 | - Added Number implementation for Frac. | Eduardo Julian | 1 | -0/+13 | |
2016-12-02 | - Changed the names of math op functions to make them more consistent and ↵ | Eduardo Julian | 1 | -29/+29 | |
similar. | |||||
2016-12-01 | - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵ | Eduardo Julian | 1 | -0/+222 | |
plugin's and the Emacs mode's into a big monorepo, to keep development unified. |