aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/control (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-taggification | part 4Eduardo Julian2021-09-0736-264/+264
* Applied new convention for variants.Eduardo Julian2021-09-061-10/+0
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-0515-36/+36
* Handled formatting issues in documentation.Eduardo Julian2021-09-051-7/+5
* Better type-declaration documentation.Eduardo Julian2021-09-041-9/+7
* De-taggification | part 2Eduardo Julian2021-09-0440-253/+253
* Unified tuple and record syntax.Eduardo Julian2021-09-0311-61/+63
* De-taggification | part 0Eduardo Julian2021-08-291-6/+6
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-292-30/+42
* Updates to the Ruby compiler.Eduardo Julian2021-08-2735-321/+350
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-261-5/+6
* Updates to the Lua compiler.Eduardo Julian2021-08-256-21/+21
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-2436-236/+254
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-2327-122/+93
* More fixes.Eduardo Julian2021-08-201-1/+1
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-196-94/+12
* Some bug fixes.Eduardo Julian2021-08-1833-419/+114
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-1626-428/+176
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-146-16/+16
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-1312-45/+44
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-1221-185/+202
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-1140-676/+928
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-0917-142/+139
* No more #export magic syntax.Eduardo Julian2021-08-0838-587/+620
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-0717-37/+36
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-0213-50/+50
* Even more renamings.Eduardo Julian2021-08-0115-38/+38
* Yet more renamings.Eduardo Julian2021-07-316-12/+13
* More renamings.Eduardo Julian2021-07-306-19/+19
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-299-29/+49
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-2822-145/+291
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-2737-505/+635
* Re-named Promise to Async.Eduardo Julian2021-07-2616-265/+293
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-2520-129/+203
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-201-15/+27
* Now properly loading cached modules.Eduardo Julian2021-07-171-2/+3
* Fixed some inconsistent naming.Eduardo Julian2021-07-164-7/+7
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-1438-0/+6169