| Commit message (Expand) | Author | Age | Files | Lines |
* | Made labels (tags & slots) into a form of global binding. | Eduardo Julian | 2021-08-29 | 3 | -49/+35 |
* | Updates to the Ruby compiler. | Eduardo Julian | 2021-08-27 | 52 | -192/+212 |
* | "Interface" instead of "interface:", and "Rec" can be used in type definition. | Eduardo Julian | 2021-08-26 | 8 | -49/+67 |
* | Updates to the Lua compiler. | Eduardo Julian | 2021-08-25 | 9 | -67/+68 |
* | Outsourced the syntax for labelled type definitions to macros. | Eduardo Julian | 2021-08-24 | 162 | -1108/+1122 |
* | The Python compiler can now be compiled by the new JVM compiler. | Eduardo Julian | 2021-08-23 | 53 | -284/+284 |
* | Can now produce arbitrary code fragments statically by evaluating arbitrary e... | Eduardo Julian | 2021-08-21 | 3 | -11/+103 |
* | More fixes. | Eduardo Julian | 2021-08-20 | 1 | -13/+13 |
* | Enabled compile-time code evaluation (i.e. "eval" function). | Eduardo Julian | 2021-08-19 | 3 | -2/+13 |
* | Some bug fixes. | Eduardo Julian | 2021-08-18 | 118 | -762/+769 |
* | Made extension-definition macros specify their bindings the same way as syntax:. | Eduardo Julian | 2021-08-16 | 54 | -491/+511 |
* | Moved documentation-generation machinery to its own module. | Eduardo Julian | 2021-08-14 | 25 | -170/+265 |
* | Made program: specify its bindings the same way as syntax:. | Eduardo Julian | 2021-08-13 | 54 | -371/+440 |
* | Improved binding syntax for "syntax:". | Eduardo Julian | 2021-08-12 | 56 | -196/+358 |
* | Relocated maybe and lazy from data to control. | Eduardo Julian | 2021-08-11 | 126 | -981/+998 |
* | Improved single-line comment syntax (from "##" to "..."). | Eduardo Julian | 2021-08-09 | 59 | -332/+370 |
* | No more #export magic syntax. | Eduardo Julian | 2021-08-08 | 241 | -488/+505 |
* | Made the be/de macros for (co)monadic expression extensible. | Eduardo Julian | 2021-08-07 | 116 | -512/+542 |
* | Fixed a bug in the new compiler which allowed the same module to be imported ... | Eduardo Julian | 2021-08-02 | 29 | -95/+136 |
* | Even more renamings. | Eduardo Julian | 2021-08-01 | 39 | -282/+313 |
* | Yet more renamings. | Eduardo Julian | 2021-07-31 | 13 | -100/+122 |
* | More renamings. | Eduardo Julian | 2021-07-30 | 75 | -266/+324 |
* | Switched from the "from to" convention to the "minimum additional" convention. | Eduardo Julian | 2021-07-29 | 20 | -90/+129 |
* | Re-named List's tags: Nil => End && Cons => Item | Eduardo Julian | 2021-07-28 | 21 | -417/+435 |
* | Re-named wrap => in && unwrap => out. | Eduardo Julian | 2021-07-27 | 124 | -2453/+2456 |
* | Re-named Promise to Async. | Eduardo Julian | 2021-07-26 | 56 | -475/+531 |
* | Better syntax for "library/lux.^multi". | Eduardo Julian | 2021-07-25 | 114 | -1042/+1028 |
* | Now packaging JVM programs as "fat" jars in new JVM compiler. | Eduardo Julian | 2021-07-24 | 1 | -5/+127 |
* | Automatically handling input/output conversions for methods in new JVM compi... | Eduardo Julian | 2021-07-23 | 2 | -22/+113 |
* | New JVM compiler can now compile JVM classes. | Eduardo Julian | 2021-07-22 | 2 | -78/+241 |
* | Updated the Scriptum documentation generator. | Eduardo Julian | 2021-07-20 | 3 | -39/+168 |
* | Made the default JS file-system promise-based so it works well on Node. | Eduardo Julian | 2021-07-19 | 2 | -0/+104 |
* | New JVM compiler can now compile JVM interfaces. | Eduardo Julian | 2021-07-18 | 6 | -83/+210 |
* | Now allowing compilers to generate custom-named outputs. | Eduardo Julian | 2021-07-17 | 7 | -11/+150 |
* | Now properly loading cached modules. | Eduardo Julian | 2021-07-17 | 9 | -166/+526 |
* | Fixed some inconsistent naming. | Eduardo Julian | 2021-07-16 | 23 | -107/+158 |
* | Re-named "spec" hierarchy to "specification". | Eduardo Julian | 2021-07-15 | 124 | -130/+244 |
* | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 2021-07-14 | 227 | -4049/+4408 |
* | Improved the XML parsing library. | Eduardo Julian | 2021-07-13 | 4 | -114/+132 |
* | A bit more clarity for Licentia licenses. | Eduardo Julian | 2021-07-12 | 6 | -87/+262 |
* | Better syntax for parallel-hierarchy imports. | Eduardo Julian | 2021-07-12 | 232 | -1097/+1117 |
* | Re-named ":coerce" to ":as" since it technically doesn't do coercions. | Eduardo Julian | 2021-07-11 | 12 | -240/+327 |
* | Made the "try" macro into a common one, instead of a host-specific one. | Eduardo Julian | 2021-07-10 | 12 | -71/+329 |
* | Made sure the "phase" parameter of extensions is always usable (even across l... | Eduardo Julian | 2021-07-08 | 2 | -75/+230 |
* | Simplified the API for file-system operations. | Eduardo Julian | 2021-07-06 | 13 | -461/+292 |
* | No longer employing the capabilities model on the lux/world/* modules. | Eduardo Julian | 2021-07-02 | 23 | -213/+644 |
* | "signature:" -> "interface:" & "structure:" -> "implementation:" | Eduardo Julian | 2021-06-30 | 32 | -80/+244 |
* | Some updates for the new compilers. | Eduardo Julian | 2021-06-29 | 10 | -146/+275 |
* | Made obtaining env variables more granular + partial Lua support. | Eduardo Julian | 2021-06-27 | 12 | -285/+758 |
* | Delegate text (lower|upper)-casing to the host-platform implementations. | Eduardo Julian | 2021-06-26 | 12 | -65/+383 |