Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 2021-07-14 | 1 | -39/+0 |
| | |||||
* | "signature:" -> "interface:" & "structure:" -> "implementation:" | Eduardo Julian | 2021-06-30 | 1 | -1/+1 |
| | | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it. | ||||
* | Moved "lux/data/number" to "lux/math/number". | Eduardo Julian | 2020-12-29 | 1 | -16/+14 |
| | |||||
* | Made the syntax of ^template more consistent. | Eduardo Julian | 2020-11-17 | 1 | -3/+3 |
| | |||||
* | Pure-Lux implementation for biggest and smallest Frac values. | Eduardo Julian | 2020-11-07 | 1 | -3/+3 |
| | |||||
* | No more "r/"-prefixed functions. | Eduardo Julian | 2019-07-24 | 1 | -9/+9 |
| | |||||
* | Re-named "do-template" to "template". | Eduardo Julian | 2019-03-30 | 1 | -1/+1 |
| | |||||
* | Ported tests for math-related modules. | Eduardo Julian | 2019-03-24 | 1 | -3/+3 |
| | |||||
* | Changed the convention for the structure opening separator from "/" to ";", ↵ | Eduardo Julian | 2019-03-15 | 1 | -3/+3 |
| | | | | 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 | -1/+1 |
| | | | | structures. | ||||
* | Changed the naming style for structures. | Eduardo Julian | 2019-02-04 | 1 | -1/+3 |
| | |||||
* | "^open" and "open:" now use aliases instead of prefixes, the same way as ↵ | Eduardo Julian | 2018-07-20 | 1 | -1/+1 |
| | | | | module aliases. | ||||
* | - New syntax for bit values: "#0" and "#1", instead of "false" and "true". | Eduardo Julian | 2018-07-14 | 1 | -18/+18 |
| | | | - Small improvements to lux-mode. | ||||
* | - Improvements to import syntax [part 2]. | Eduardo Julian | 2018-07-11 | 1 | -2/+2 |
| | |||||
* | - Improvements to import syntax [part 1]. | Eduardo Julian | 2018-07-11 | 1 | -3/+3 |
| | |||||
* | - Re-named "degree" to "revolution". | Eduardo Julian | 2018-07-04 | 1 | -14/+14 |
| | |||||
* | - Changed the identifier separator, from the semi-colon (;) to the ↵ | Eduardo Julian | 2017-11-29 | 1 | -1/+1 |
| | | | | period/dot (.). | ||||
* | - Changed the prefixes of numeric functions. | Eduardo Julian | 2017-11-27 | 1 | -6/+6 |
| | |||||
* | - Some refactorings. | Eduardo Julian | 2017-01-28 | 1 | -13/+13 |
| | |||||
* | - Changed the license from MPL 2.0 to MIT. | Eduardo Julian | 2017-01-26 | 1 | -5/+0 |
| | |||||
* | - Renamed Bounded to Interval. | Eduardo Julian | 2017-01-26 | 1 | -3/+3 |
| | |||||
* | - Added a module for continuous logic. | Eduardo Julian | 2017-01-25 | 1 | -0/+44 |