Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-12-25 | Replaced kebab-case with snake_case for naming convention. | Eduardo Julian | 1 | -34/+34 |
2020-12-23 | Refactored "export" common syntax. | Eduardo Julian | 1 | -7/+7 |
2020-12-22 | Properly naming unicode Block type. | Eduardo Julian | 1 | -5/+5 |
2020-12-11 | Improved parsing speed for Lux code. | Eduardo Julian | 1 | -1/+1 |
2020-12-10 | Render XML to text in an indented form for human readability. | Eduardo Julian | 1 | -13/+21 |
2020-12-03 | Detect duplicate files coming from dependencies. | Eduardo Julian | 1 | -18/+25 |
2020-12-02 | Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con... | Eduardo Julian | 1 | -21/+21 |
2020-11-28 | Re-named "_.claim" to "_.cover'". | Eduardo Julian | 1 | -2/+2 |
2020-11-24 | Better error messages when re-using a name when making a definition. | Eduardo Julian | 1 | -2/+2 |
2020-11-07 | Pure-Lux implementation for biggest and smallest Frac values. | Eduardo Julian | 1 | -0/+129 |