| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-named wrap => in && unwrap => out. | Eduardo Julian | 2021-07-27 | 28 | -600/+595 |
* | Re-named Promise to Async. | Eduardo Julian | 2021-07-26 | 19 | -94/+89 |
* | Better syntax for "library/lux.^multi". | Eduardo Julian | 2021-07-25 | 15 | -73/+73 |
* | New JVM compiler can now compile JVM interfaces. | Eduardo Julian | 2021-07-18 | 4 | -57/+151 |
* | Now allowing compilers to generate custom-named outputs. | Eduardo Julian | 2021-07-17 | 6 | -10/+114 |
* | Now properly loading cached modules. | Eduardo Julian | 2021-07-17 | 5 | -15/+46 |
* | Fixed some inconsistent naming. | Eduardo Julian | 2021-07-16 | 3 | -4/+30 |
* | Re-named "spec" hierarchy to "specification". | Eduardo Julian | 2021-07-15 | 22 | -22/+22 |
* | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 2021-07-14 | 46 | -809/+855 |
* | A bit more clarity for Licentia licenses. | Eduardo Julian | 2021-07-12 | 3 | -16/+54 |
* | Better syntax for parallel-hierarchy imports. | Eduardo Julian | 2021-07-12 | 46 | -180/+178 |
* | Re-named ":coerce" to ":as" since it technically doesn't do coercions. | Eduardo Julian | 2021-07-11 | 4 | -3/+60 |
* | Made the "try" macro into a common one, instead of a host-specific one. | Eduardo Julian | 2021-07-10 | 2 | -2/+17 |
* | Simplified the API for file-system operations. | Eduardo Julian | 2021-07-06 | 9 | -200/+192 |
* | No longer employing the capabilities model on the lux/world/* modules. | Eduardo Julian | 2021-07-02 | 15 | -141/+473 |
* | "signature:" -> "interface:" & "structure:" -> "implementation:" | Eduardo Julian | 2021-06-30 | 6 | -15/+40 |
* | Some updates for the new compilers. | Eduardo Julian | 2021-06-29 | 2 | -6/+14 |
* | Made obtaining env variables more granular + partial Lua support. | Eduardo Julian | 2021-06-27 | 10 | -93/+103 |
* | Delegate text (lower|upper)-casing to the host-platform implementations. | Eduardo Julian | 2021-06-26 | 4 | -20/+32 |
* | Added a macro for type-casting JVM objects. | Eduardo Julian | 2021-06-24 | 6 | -245/+289 |
* | Refactored the machinery to make local macros into its own module. | Eduardo Julian | 2021-06-18 | 6 | -155/+199 |
* | Extracted Licentia out of the standard library. | Eduardo Julian | 2021-06-14 | 4 | -14/+47 |
* | Constraining the year of the snapshot time in Aedifex. | Eduardo Julian | 2021-06-12 | 8 | -37/+38 |
* | Added import name formatting to "import:" macros for other backends. | Eduardo Julian | 2021-06-11 | 3 | -5/+16 |
* | Mo' updates, less problems. | Eduardo Julian | 2021-02-07 | 1 | -8/+4 |
* | Updates for Lua compiler. | Eduardo Julian | 2021-02-04 | 1 | -7/+17 |
* | Improved compilation of loops and pattern-matching for Python. | Eduardo Julian | 2021-02-01 | 3 | -39/+69 |
* | Implemented arithmetic right-shift in terms of logic right-shift. | Eduardo Julian | 2021-01-28 | 3 | -4/+56 |
* | Made the Python being generated more compatible with both P2.7 and P3. | Eduardo Julian | 2021-01-26 | 2 | -2/+50 |
* | Removed the (ultimately redundant) on_stop function for actors. | Eduardo Julian | 2021-01-13 | 4 | -36/+98 |
* | Raise error when trying to use deprecated fields/method/classes in JVM. | Eduardo Julian | 2021-01-12 | 3 | -0/+42 |
* | Compiler now shows suggestions when encountering unknown definitions. | Eduardo Julian | 2021-01-12 | 1 | -0/+34 |
* | Encapsulate JS definitions produced by the JS compiler in a local scope to av... | Eduardo Julian | 2021-01-11 | 2 | -0/+45 |
* | Turned I64 and variant creation functions into constructors for JS. | Eduardo Julian | 2021-01-09 | 2 | -0/+40 |
* | Moved "log!" function under "lux/debug". | Eduardo Julian | 2021-01-08 | 2 | -1/+35 |
* | Added lexically-scoped templates. | Eduardo Julian | 2021-01-05 | 2 | -1/+34 |
* | Place the "program:" macro of "lux/control/parser/cli" in its own module. | Eduardo Julian | 2021-01-03 | 2 | -1/+48 |
* | Unified repository abstraction for Aedifex. | Eduardo Julian | 2020-12-29 | 8 | -70/+35 |
* | Moved "lux/data/number" to "lux/math/number". | Eduardo Julian | 2020-12-29 | 13 | -40/+42 |
* | Some renamings. | Eduardo Julian | 2020-12-26 | 6 | -16/+47 |
* | Replaced kebab-case with snake_case for naming convention. | Eduardo Julian | 2020-12-25 | 27 | -526/+526 |
* | Refactored "export" common syntax. | Eduardo Julian | 2020-12-23 | 7 | -136/+167 |
* | Properly naming unicode Block type. | Eduardo Julian | 2020-12-22 | 5 | -27/+57 |
* | Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH. | Eduardo Julian | 2020-12-15 | 3 | -1/+99 |
* | Removed several unnecessary imports. | Eduardo Julian | 2020-12-12 | 2 | -4/+37 |
* | Improved parsing speed for Lux code. | Eduardo Julian | 2020-12-11 | 5 | -18/+87 |
* | Render XML to text in an indented form for human readability. | Eduardo Julian | 2020-12-10 | 8 | -53/+90 |
* | Updated Lux license to v0.1.1. | Eduardo Julian | 2020-12-10 | 3 | -38/+24 |
* | Re-named "with-cover" to "for". | Eduardo Julian | 2020-12-10 | 13 | -180/+179 |
* | Detect duplicate files coming from dependencies. | Eduardo Julian | 2020-12-03 | 9 | -260/+403 |