Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-05-24 | Re-named lux/host to lux/ffi. | Eduardo Julian | 1 | -1/+1 |
2021-02-07 | Mo' updates, less problems. | Eduardo Julian | 1 | -16/+18 |
2020-12-29 | Moved "lux/data/number" to "lux/math/number". | Eduardo Julian | 1 | -68/+13 |
2020-12-25 | Replaced kebab-case with snake_case for naming convention. | Eduardo Julian | 1 | -17/+17 |
2020-12-23 | Refactored "export" common syntax. | Eduardo Julian | 1 | -53/+40 |
2020-12-17 | More optimizations to the Lux syntax parser. | Eduardo Julian | 1 | -46/+58 |
2020-12-02 | Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con... | Eduardo Julian | 1 | -10/+10 |
2020-11-28 | Added "private" macro to lux/debug. | Eduardo Julian | 1 | -2/+2 |
2020-11-26 | Allow name formatting for JVM imports, similar to Lux module imports. | Eduardo Julian | 1 | -15/+23 |
2020-11-17 | Made the syntax of ^template more consistent. | Eduardo Julian | 1 | -7/+36 |
2020-11-07 | Pure-Lux implementation for biggest and smallest Frac values. | Eduardo Julian | 1 | -2/+74 |
2020-11-05 | Improved error reporting for syntax macros. | Eduardo Julian | 1 | -0/+85 |