aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-2/+2
* De-taggification | part 4Eduardo Julian2021-09-071-27/+27
* De-taggification | part 2Eduardo Julian2021-09-041-4/+4
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-0/+4
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
* Re-named Promise to Async.Eduardo Julian2021-07-261-2/+2
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-2/+3
* Properly naming unicode Block type.Eduardo Julian2020-12-221-14/+2
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-28/+2
* Re-named "lux/control/concurrency/process" to "thread".Eduardo Julian2020-11-041-15/+15
* Improved naming when evaluating code on the host platform.Eduardo Julian2020-08-101-1/+3
* Allow "#io" outputs for JS imports.Eduardo Julian2020-08-091-1/+3
* "abstract:" macro now takes annotations after representation type.Eduardo Julian2020-08-091-1/+3
* No longer inline the object literal for variants.Eduardo Julian2020-08-091-1/+3
* Some fixes.Eduardo Julian2020-08-071-1/+1
* Optimizing-away unnecessary variable declarations/bindings.Eduardo Julian2020-06-121-0/+2
* Updated test for function optimization.Eduardo Julian2020-06-111-3/+5
* Basic pattern-matching optimizations.Eduardo Julian2020-06-091-1/+3
* Properly implemented and enabled loop optimization.Eduardo Julian2020-06-031-0/+2
* Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian2020-06-011-0/+2
* Re-enabled lux/tool tests.Eduardo Julian2020-05-311-20/+21
* Can now export Lux code as library TAR files.Eduardo Julian2020-05-281-14/+15
* Parallel compilation for the new compiler(s).Eduardo Julian2020-05-161-2/+3
* Now logging to a data-structure and only printing in the end.Eduardo Julian2020-05-121-4/+6
* Now caching the reservations from the archive.Eduardo Julian2020-04-211-0/+2
* Fixed artifact file-name generation and archive module naming in caching.Eduardo Julian2020-04-191-2/+4
* Test for concatenative programming.Eduardo Julian2020-04-151-0/+2
* Implemented function memoization.Eduardo Julian2019-09-151-1/+10
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-0/+2
* - Replaced "Dirty" values with "Safe" values.Eduardo Julian2019-05-041-4/+2
* Moved the (rose) tree parser under "lux/control/parser/".Eduardo Julian2019-04-191-2/+1
* Moved the CLI parser under "lux/control/parser/".Eduardo Julian2019-04-191-3/+3
* Moved the text lexers under "lux/control/parser/".Eduardo Julian2019-04-191-0/+9
* Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian2019-04-061-1/+6
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-2/+0
* - Ported lux/control/concurrency/promise tests.Eduardo Julian2019-03-211-3/+7
* Fixed a bug in the FRP/channel monad.Eduardo Julian2019-03-211-3/+6
* Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian2019-03-141-16/+16
* Adapted more tests to the new format.Eduardo Julian2019-02-171-2/+26
* Ported 2 new test modules to the new format.Eduardo Julian2019-02-121-0/+4
* Ported some modules to the new test format.Eduardo Julian2019-02-081-6/+12
* Updated test for "lux/control/pipe" to new format.Eduardo Julian2019-02-061-2/+5
* Ported tests for lux/control/interval to the new format.Eduardo Julian2019-02-051-2/+5
* Integrated tests into normal source code.Eduardo Julian2019-02-051-0/+11