aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/abstract (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-taggification | part 4Eduardo Julian2021-09-0713-40/+40
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-052-2/+2
* De-taggification | part 2Eduardo Julian2021-09-0418-39/+39
* Unified tuple and record syntax.Eduardo Julian2021-09-031-4/+4
* Updates to the Ruby compiler.Eduardo Julian2021-08-2715-62/+63
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-2614-82/+95
* Updates to the Lua compiler.Eduardo Julian2021-08-252-11/+16
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-2413-68/+70
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-239-92/+91
* Some bug fixes.Eduardo Julian2021-08-185-20/+18
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-1610-40/+9
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-149-33/+0
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-3/+3
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-1113-57/+57
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-093-14/+14
* No more #export magic syntax.Eduardo Julian2021-08-0818-82/+82
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-073-25/+37
* Even more renamings.Eduardo Julian2021-08-015-9/+9
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-292-4/+4
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-282-27/+27
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-277-34/+34
* Re-named Promise to Async.Eduardo Julian2021-07-2611-49/+84
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-252-1/+3
* Fixed some inconsistent naming.Eduardo Julian2021-07-161-1/+1
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-1418-0/+1009