aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/world (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-taggification | part 4Eduardo Julian2021-09-0721-229/+229
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-057-41/+41
* De-taggification | part 2Eduardo Julian2021-09-0429-184/+184
* Unified tuple and record syntax.Eduardo Julian2021-09-0315-70/+78
* De-taggification | part 1Eduardo Julian2021-09-012-14/+14
* De-taggification | part 0Eduardo Julian2021-08-299-154/+154
* Updates to the Ruby compiler.Eduardo Julian2021-08-2712-50/+52
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-267-121/+133
* Updates to the Lua compiler.Eduardo Julian2021-08-2512-103/+17
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-2418-144/+165
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-234-79/+79
* More fixes.Eduardo Julian2021-08-201-1/+1
* Some bug fixes.Eduardo Julian2021-08-1811-64/+65
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-164-8/+8
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-144-38/+38
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-135-29/+29
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-1211-36/+48
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-1116-57/+145
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-0912-295/+295
* No more #export magic syntax.Eduardo Julian2021-08-0829-233/+235
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-077-32/+32
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-8/+8
* Even more renamings.Eduardo Julian2021-08-013-6/+6
* Yet more renamings.Eduardo Julian2021-07-311-23/+25
* More renamings.Eduardo Julian2021-07-305-13/+13
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-2910-137/+138
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-2810-124/+126
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-2714-331/+331
* Re-named Promise to Async.Eduardo Julian2021-07-2612-145/+144
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-256-24/+24
* Made the default JS file-system promise-based so it works well on Node.Eduardo Julian2021-07-191-71/+124
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-171-6/+6
* Now properly loading cached modules.Eduardo Julian2021-07-171-23/+23
* Fixed some inconsistent naming.Eduardo Julian2021-07-161-1/+1
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-8/+8
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-1429-0/+5007