Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-12-29 | Moved "lux/data/number" to "lux/math/number". | Eduardo Julian | 1 | -3/+3 | |
2020-12-25 | Replaced kebab-case with snake_case for naming convention. | Eduardo Julian | 1 | -3/+3 | |
2020-12-23 | Refactored "export" common syntax. | Eduardo Julian | 1 | -6/+8 | |
2020-12-10 | Re-named "with-cover" to "for". | Eduardo Julian | 1 | -1/+1 | |
2020-12-02 | Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵ | Eduardo Julian | 1 | -8/+8 | |
convention that only macros that deal with types may start with a colon. | |||||
2020-11-24 | Better error messages when re-using a name when making a definition. | Eduardo Julian | 1 | -16/+21 | |
2020-11-01 | Improved the design of actors. | Eduardo Julian | 1 | -0/+64 | |