aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/pipe.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian2022-03-301-2/+2
* De-sigil-ification: >Eduardo Julian2022-03-141-57/+58
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-3/+3
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-5/+5
* De-taggification | part 4Eduardo Julian2021-09-071-5/+5
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-1/+1
* De-taggification | part 2Eduardo Julian2021-09-041-4/+4
* Some bug fixes.Eduardo Julian2021-08-181-8/+8
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-14/+15
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-2/+2
* Moved "log!" function under "lux/debug".Eduardo Julian2021-01-081-1/+2
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-3/+3
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-5/+5
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-311-2/+2
* WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian2020-08-121-89/+88
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-1/+1
* Got JVM anonymous classes to compile again.Eduardo Julian2020-04-201-42/+42
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-27/+29
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-4/+4
* Moved the (rose) tree parser under "lux/control/parser/".Eduardo Julian2019-04-191-100/+93
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-1/+1
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-151-5/+5
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-111-1/+1
* Updated test for "lux/control/pipe" to new format.Eduardo Julian2019-02-061-61/+104
* Integrated tests into normal source code.Eduardo Julian2019-02-051-0/+72