| Commit message (Expand) | Author | Age | Files | Lines |
* | Some bug fixes. | Eduardo Julian | 2021-08-18 | 2 | -11/+11 |
* | Made extension-definition macros specify their bindings the same way as syntax:. | Eduardo Julian | 2021-08-16 | 1 | -8/+8 |
* | Relocated maybe and lazy from data to control. | Eduardo Julian | 2021-08-11 | 2 | -2/+2 |
* | No more #export magic syntax. | Eduardo Julian | 2021-08-08 | 2 | -14/+14 |
* | More renamings. | Eduardo Julian | 2021-07-30 | 1 | -3/+3 |
* | Re-named wrap => in && unwrap => out. | Eduardo Julian | 2021-07-27 | 2 | -28/+28 |
* | Re-named Promise to Async. | Eduardo Julian | 2021-07-26 | 2 | -24/+24 |
* | Better syntax for "library/lux.^multi". | Eduardo Julian | 2021-07-25 | 1 | -2/+2 |
* | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 2021-07-14 | 2 | -67/+69 |
* | Improved the XML parsing library. | Eduardo Julian | 2021-07-13 | 2 | -20/+9 |
* | Made sure the "phase" parameter of extensions is always usable (even across l... | Eduardo Julian | 2021-07-08 | 1 | -12/+17 |
* | Simplified the API for file-system operations. | Eduardo Julian | 2021-07-06 | 2 | -13/+4 |
* | Extracted Licentia out of the standard library. | Eduardo Julian | 2021-06-14 | 1 | -1/+2 |
* | Added import name formatting to "import:" macros for other backends. | Eduardo Julian | 2021-06-11 | 2 | -6/+8 |
* | Mo' updates, less problems. | Eduardo Julian | 2021-02-07 | 2 | -215/+30 |
* | Unified repository abstraction for Aedifex. | Eduardo Julian | 2020-12-29 | 2 | -82/+180 |
* | Moved "lux/data/number" to "lux/math/number". | Eduardo Julian | 2020-12-29 | 2 | -4/+6 |
* | Replaced kebab-case with snake_case for naming convention. | Eduardo Julian | 2020-12-25 | 2 | -122/+122 |
* | More optimizations to the Lux syntax parser. | Eduardo Julian | 2020-12-17 | 2 | -11/+18 |
* | Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH. | Eduardo Julian | 2020-12-15 | 1 | -0/+286 |
* | Improved parsing speed for Lux code. | Eduardo Julian | 2020-12-11 | 1 | -0/+151 |