| Commit message (Expand) | Author | Age | Files | Lines |
* | Updates to the Ruby compiler. | Eduardo Julian | 2021-08-27 | 1 | -1/+1 |
* | Updates to the Lua compiler. | Eduardo Julian | 2021-08-25 | 1 | -11/+13 |
* | Outsourced the syntax for labelled type definitions to macros. | Eduardo Julian | 2021-08-24 | 1 | -70/+70 |
* | The Python compiler can now be compiled by the new JVM compiler. | Eduardo Julian | 2021-08-23 | 1 | -19/+19 |
* | Some bug fixes. | Eduardo Julian | 2021-08-18 | 1 | -1/+1 |
* | Made extension-definition macros specify their bindings the same way as syntax:. | Eduardo Julian | 2021-08-16 | 1 | -19/+19 |
* | Made program: specify its bindings the same way as syntax:. | Eduardo Julian | 2021-08-13 | 1 | -1/+1 |
* | Improved binding syntax for "syntax:". | Eduardo Julian | 2021-08-12 | 1 | -4/+4 |
* | Relocated maybe and lazy from data to control. | Eduardo Julian | 2021-08-11 | 1 | -2/+2 |
* | Improved single-line comment syntax (from "##" to "..."). | Eduardo Julian | 2021-08-09 | 1 | -10/+10 |
* | No more #export magic syntax. | Eduardo Julian | 2021-08-08 | 1 | -24/+24 |
* | Fixed a bug in the new compiler which allowed the same module to be imported ... | Eduardo Julian | 2021-08-02 | 1 | -102/+102 |
* | Automatically handling input/output conversions for methods in new JVM compi... | Eduardo Julian | 2021-07-23 | 1 | -49/+64 |
* | New JVM compiler can now compile JVM classes. | Eduardo Julian | 2021-07-22 | 1 | -18/+826 |
* | Updated the Scriptum documentation generator. | Eduardo Julian | 2021-07-20 | 1 | -1/+2 |
* | New JVM compiler can now compile JVM interfaces. | Eduardo Julian | 2021-07-18 | 1 | -19/+119 |
* | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 2021-07-14 | 1 | -34/+35 |
* | Re-named ":coerce" to ":as" since it technically doesn't do coercions. | Eduardo Julian | 2021-07-11 | 1 | -6/+6 |
* | Made sure the "phase" parameter of extensions is always usable (even across l... | Eduardo Julian | 2021-07-08 | 1 | -11/+29 |
* | Constraining the year of the snapshot time in Aedifex. | Eduardo Julian | 2021-06-12 | 1 | -1/+1 |
* | Unified repository abstraction for Aedifex. | Eduardo Julian | 2020-12-29 | 1 | -4/+5 |
* | Moved "lux/data/number" to "lux/math/number". | Eduardo Julian | 2020-12-29 | 1 | -70/+70 |
* | Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con... | Eduardo Julian | 2020-12-02 | 1 | -1/+2 |
* | Better error messages when re-using a name when making a definition. | Eduardo Julian | 2020-11-24 | 1 | -14/+14 |
* | Type-checking macros via the Macro' type from the standard library. | Eduardo Julian | 2020-10-12 | 1 | -1/+1 |
* | Last bug fixes to get the new JVM compiler to fully process the standard libr... | Eduardo Julian | 2020-06-24 | 1 | -12/+11 |
* | Split new-luxc into lux-jvm and lux-r. | Eduardo Julian | 2020-05-30 | 1 | -0/+538 |