Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-07-14 | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 1 | -67/+0 |
2021-06-30 | "signature:" -> "interface:" & "structure:" -> "implementation:" | Eduardo Julian | 1 | -2/+2 |
2020-12-29 | Moved "lux/data/number" to "lux/math/number". | Eduardo Julian | 1 | -3/+4 |
2020-12-02 | Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con... | Eduardo Julian | 1 | -1/+1 |
2020-11-17 | Made the syntax of ^template more consistent. | Eduardo Julian | 1 | -5/+5 |
2020-08-10 | Improved naming when evaluating code on the host platform. | Eduardo Julian | 1 | -6/+9 |
2020-06-11 | Updated test for function optimization. | Eduardo Julian | 1 | -1/+2 |
2020-06-03 | Properly implemented and enabled loop optimization. | Eduardo Julian | 1 | -1/+4 |
2020-06-01 | Implemented an optimization for getting fields/slots from records in the new ... | Eduardo Julian | 1 | -0/+59 |