aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data/collection/sequence.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-sigil-ification: prefix :Eduardo Julian2022-03-161-13/+13
* De-sigil-ification: ^Eduardo Julian2022-03-151-3/+3
* Fixes for the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-311-26/+56
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* "Row" => "Sequence"Eduardo Julian2021-09-151-0/+187
* "Sequence" => "Stream"Eduardo Julian2021-09-151-123/+0
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-4/+4
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-21/+21
* De-taggification | part 4Eduardo Julian2021-09-071-10/+10
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-1/+1
* De-taggification | part 2Eduardo Julian2021-09-041-5/+5
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-2/+2
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-5/+5
* Some bug fixes.Eduardo Julian2021-08-181-27/+27
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-17/+26
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-18/+18
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-8/+8
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-1/+1
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-5/+5
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-17/+17
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-2/+2
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-1/+1
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-19/+20
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-6/+5
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-1/+1
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-3/+3
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-12/+12
* Removed several unnecessary imports.Eduardo Julian2020-12-121-2/+0
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-5/+5
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-6/+6
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-17/+17
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-311-4/+4
* Some small refactoring.Eduardo Julian2020-10-251-85/+99
* Allow "#io" outputs for JS imports.Eduardo Julian2020-08-091-10/+11
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-1/+1
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-31/+31
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-2/+2
* Applied several tweaks to make the code easier to process by the new compiler.Eduardo Julian2019-05-281-0/+1
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-2/+2
* Ported tests for collection-related modules.Eduardo Julian2019-03-241-87/+83
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-151-24/+24
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-111-2/+3
* Integrated tests into normal source code.Eduardo Julian2019-02-051-0/+103