| Commit message (Expand) | Author | Files | Lines |
2021-07-27 | Re-named wrap => in && unwrap => out. | Eduardo Julian | 2 | -46/+46 |
2021-07-26 | Re-named Promise to Async. | Eduardo Julian | 2 | -28/+28 |
2021-07-25 | Better syntax for "library/lux.^multi". | Eduardo Julian | 1 | -2/+2 |
2021-07-17 | Now allowing compilers to generate custom-named outputs. | Eduardo Julian | 1 | -6/+8 |
2021-07-14 | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 3 | -66/+69 |
2021-07-11 | Re-named ":coerce" to ":as" since it technically doesn't do coercions. | Eduardo Julian | 1 | -2/+2 |
2021-07-10 | Made the "try" macro into a common one, instead of a host-specific one. | Eduardo Julian | 1 | -4/+3 |
2021-07-08 | Made sure the "phase" parameter of extensions is always usable (even across l... | Eduardo Julian | 1 | -2/+2 |
2021-07-06 | Simplified the API for file-system operations. | Eduardo Julian | 1 | -9/+30 |
2021-07-02 | No longer employing the capabilities model on the lux/world/* modules. | Eduardo Julian | 3 | -25/+15 |
2021-06-30 | "signature:" -> "interface:" & "structure:" -> "implementation:" | Eduardo Julian | 1 | -1/+1 |
2021-06-27 | Made obtaining env variables more granular + partial Lua support. | Eduardo Julian | 1 | -24/+34 |
2021-06-18 | Refactored the machinery to make local macros into its own module. | Eduardo Julian | 1 | -19/+28 |
2021-06-11 | Added import name formatting to "import:" macros for other backends. | Eduardo Julian | 2 | -5/+7 |
2021-05-24 | Re-named lux/host to lux/ffi. | Eduardo Julian | 1 | -1/+1 |
2021-02-07 | Mo' updates, less problems. | Eduardo Julian | 2 | -56/+132 |
2020-12-29 | Unified repository abstraction for Aedifex. | Eduardo Julian | 3 | -17/+167 |
2020-12-29 | Moved "lux/data/number" to "lux/math/number". | Eduardo Julian | 1 | -6/+8 |
2020-12-26 | Some renamings. | Eduardo Julian | 1 | -3/+4 |
2020-12-25 | Replaced kebab-case with snake_case for naming convention. | Eduardo Julian | 2 | -17/+17 |
2020-12-23 | Refactored "export" common syntax. | Eduardo Julian | 1 | -22/+27 |
2020-12-22 | Properly naming unicode Block type. | Eduardo Julian | 1 | -0/+35 |
2020-12-17 | More optimizations to the Lux syntax parser. | Eduardo Julian | 1 | -3/+3 |
2020-12-11 | Improved parsing speed for Lux code. | Eduardo Julian | 1 | -2/+2 |
2020-12-02 | Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con... | Eduardo Julian | 1 | -23/+23 |
2020-11-24 | Better error messages when re-using a name when making a definition. | Eduardo Julian | 1 | -1/+1 |
2020-11-17 | Made the syntax of ^template more consistent. | Eduardo Julian | 1 | -89/+50 |
2020-11-05 | Improved error reporting for syntax macros. | Eduardo Julian | 1 | -4/+5 |
2020-11-02 | Allow defining anonymous actors. | Eduardo Julian | 1 | -0/+5 |
2020-11-01 | Improved the design of actors. | Eduardo Julian | 1 | -18/+13 |
2020-10-31 | Easy to use Rev constants. | Eduardo Julian | 1 | -6/+6 |
2020-10-24 | Re-named "search" to "one" and "search-all" to "all". | Eduardo Julian | 1 | -0/+184 |