| Commit message (Expand) | Author | Age | Files | Lines |
* | Updates to the Lua compiler. | Eduardo Julian | 2021-08-25 | 1 | -25/+28 |
* | Outsourced the syntax for labelled type definitions to macros. | Eduardo Julian | 2021-08-24 | 1 | -6/+6 |
* | Some bug fixes. | Eduardo Julian | 2021-08-18 | 1 | -18/+18 |
* | Relocated maybe and lazy from data to control. | Eduardo Julian | 2021-08-11 | 1 | -1/+1 |
* | Improved single-line comment syntax (from "##" to "..."). | Eduardo Julian | 2021-08-09 | 1 | -16/+16 |
* | No more #export magic syntax. | Eduardo Julian | 2021-08-08 | 1 | -21/+21 |
* | Even more renamings. | Eduardo Julian | 2021-08-01 | 1 | -5/+5 |
* | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 2021-07-14 | 1 | -24/+25 |
* | A bit more clarity for Licentia licenses. | Eduardo Julian | 2021-07-12 | 1 | -18/+50 |
* | Re-named ":coerce" to ":as" since it technically doesn't do coercions. | Eduardo Julian | 2021-07-11 | 1 | -3/+16 |
* | "signature:" -> "interface:" & "structure:" -> "implementation:" | Eduardo Julian | 2021-06-30 | 1 | -2/+2 |
* | Made obtaining env variables more granular + partial Lua support. | Eduardo Julian | 2021-06-27 | 1 | -5/+7 |
* | Added a macro for type-casting JVM objects. | Eduardo Julian | 2021-06-24 | 1 | -4/+8 |
* | Moved "lux/data/number" to "lux/math/number". | Eduardo Julian | 2020-12-29 | 1 | -1/+2 |
* | Replaced kebab-case with snake_case for naming convention. | Eduardo Julian | 2020-12-25 | 1 | -20/+20 |
* | Removed several unnecessary imports. | Eduardo Julian | 2020-12-12 | 1 | -6/+7 |
* | Added "private" macro to lux/debug. | Eduardo Julian | 2020-11-28 | 1 | -8/+8 |
* | Made the syntax of ^template more consistent. | Eduardo Julian | 2020-11-17 | 1 | -2/+2 |
* | Improved error reporting for syntax macros. | Eduardo Julian | 2020-11-05 | 1 | -3/+4 |
* | Some improvements to the Lux syntax parser. | Eduardo Julian | 2020-10-25 | 1 | -3/+0 |
* | Also using BIPUSH and SIPUSH during JVM generation. | Eduardo Julian | 2020-10-09 | 1 | -13/+0 |
* | Test imports for circular dependencies. | Eduardo Julian | 2020-10-07 | 1 | -3/+86 |
* | Gave Aedifex support for multiple profiles. | Eduardo Julian | 2020-10-03 | 1 | -0/+135 |