Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made obtaining env variables more granular + partial Lua support. | Eduardo Julian | 2021-06-27 | 1 | -11/+1 |
| | |||||
* | Added a macro for type-casting JVM objects. | Eduardo Julian | 2021-06-24 | 1 | -5/+7 |
| | |||||
* | Refactored the machinery to make local macros into its own module. | Eduardo Julian | 2021-06-18 | 1 | -4/+5 |
| | |||||
* | Replaced kebab-case with snake_case for naming convention. | Eduardo Julian | 2020-12-25 | 1 | -59/+59 |
| | |||||
* | Render XML to text in an indented form for human readability. | Eduardo Julian | 2020-12-10 | 1 | -5/+6 |
| | |||||
* | Updated Lux license to v0.1.1. | Eduardo Julian | 2020-12-10 | 1 | -24/+8 |
| | |||||
* | Detect duplicate files coming from dependencies. | Eduardo Julian | 2020-12-03 | 1 | -41/+92 |
| | |||||
* | Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵ | Eduardo Julian | 2020-12-02 | 1 | -2/+2 |
| | | | | convention that only macros that deal with types may start with a colon. | ||||
* | Re-named "_.claim" to "_.cover'". | Eduardo Julian | 2020-11-28 | 1 | -36/+25 |
| | |||||
* | Added "private" macro to lux/debug. | Eduardo Julian | 2020-11-28 | 1 | -0/+147 |