Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved "lux/data/number" to "lux/math/number". | Eduardo Julian | 2020-12-29 | 1 | -350/+0 |
| | |||||
* | Some renamings. | Eduardo Julian | 2020-12-26 | 1 | -0/+4 |
| | |||||
* | Added support for "Commons Clause" to Licentia. | Eduardo Julian | 2020-12-09 | 1 | -21/+15 |
| | |||||
* | Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵ | Eduardo Julian | 2020-12-02 | 1 | -2/+2 |
| | | | | convention that only macros that deal with types may start with a colon. | ||||
* | Type-checking macros via the Macro' type from the standard library. | Eduardo Julian | 2020-10-12 | 1 | -2/+2 |
| | |||||
* | Fixed bugs while parsing modules' cached data. | Eduardo Julian | 2020-05-05 | 1 | -2/+6 |
| | |||||
* | No more "n/"-prefixed functions. | Eduardo Julian | 2019-07-26 | 1 | -22/+140 |
| | |||||
* | No more "f/"-prefixed functions. | Eduardo Julian | 2019-07-24 | 1 | -15/+39 |
| | | | + No more "m/"-prefixed functions. | ||||
* | Got rid of the "Number" abstraction. | Eduardo Julian | 2019-07-24 | 1 | -18/+14 |
| | |||||
* | Re-name "lux/data/error" to "lux/control/try". | Eduardo Julian | 2019-07-02 | 1 | -5/+5 |
| | |||||
* | Simplified the "Order" signature. | Eduardo Julian | 2019-04-17 | 1 | -4/+1 |
| | |||||
* | WIP: Lua compiler. | Eduardo Julian | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Moved "lux/cli", "lux/io" and "lux/function" under "lux/control". | Eduardo Julian | 2019-04-06 | 1 | -2/+3 |
| | |||||
* | Created the "lux/abstract" branch and moved some modules into it. | Eduardo Julian | 2019-04-06 | 1 | -1/+1 |
| | |||||
* | Forgot "lux text char". | Eduardo Julian | 2019-04-04 | 1 | -1/+1 |
| | |||||
* | Re-named "do-template" to "template". | Eduardo Julian | 2019-03-30 | 1 | -2/+2 |
| | |||||
* | Fixed more tests. | Eduardo Julian | 2019-03-29 | 1 | -4/+6 |
| | |||||
* | Ported tests for number-related modules. | Eduardo Julian | 2019-03-22 | 1 | -1/+1 |
| | |||||
* | Replaced the digit separator in numbers from "_" to ",". | Eduardo Julian | 2019-03-13 | 1 | -2/+1 |
| | |||||
* | Changed the naming style for structures. | Eduardo Julian | 2019-02-04 | 1 | -0/+211 |