aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-16155-1232/+935
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-1451-274/+623
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-13110-705/+886
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-12128-779/+965
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-11256-2594/+2700
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-09217-2393/+2617
* No more #export magic syntax.Eduardo Julian2021-08-08445-5355/+5677
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-07138-1263/+1392
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-02100-486/+538
* Even more renamings.Eduardo Julian2021-08-01155-802/+802
* Yet more renamings.Eduardo Julian2021-07-3155-621/+736
* More renamings.Eduardo Julian2021-07-30101-692/+737
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-2974-616/+702
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-28148-1521/+1672
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-27282-5656/+5799
* Re-named Promise to Async.Eduardo Julian2021-07-26116-1494/+1561
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-25144-1486/+1573
* Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian2021-07-246-41/+161
* Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian2021-07-232-35/+120
* New JVM compiler can now compile JVM classes.Eduardo Julian2021-07-224-134/+181
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-209-86/+171
* Made the default JS file-system promise-based so it works well on Node.Eduardo Julian2021-07-193-92/+188
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-1815-218/+256
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-1723-99/+125
* Now properly loading cached modules.Eduardo Julian2021-07-179-90/+121
* Fixed some inconsistent naming.Eduardo Julian2021-07-1619-126/+114
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-153-9/+12
* Constant inlining.Eduardo Julian2021-07-141-182/+182
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-14445-0/+89763