aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data/collection/row.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* "Row" => "Sequence"Eduardo Julian2021-09-151-187/+0
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-4/+4
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-20/+20
|
* Made the "#" character great again!Eduardo Julian2021-09-121-4/+4
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-4/+4
|
* De-taggification | part 4Eduardo Julian2021-09-071-15/+15
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-4/+4
|
* De-taggification | part 2Eduardo Julian2021-09-041-5/+5
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-1/+1
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-5/+5
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-4/+4
|
* Some bug fixes.Eduardo Julian2021-08-181-14/+14
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-4/+4
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-1/+1
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-3/+3
|
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-9/+9
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-021-5/+5
| | | | more than once.
* Even more renamings.Eduardo Julian2021-08-011-3/+3
|
* More renamings.Eduardo Julian2021-07-301-2/+2
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-6/+6
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-10/+10
|
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-1/+1
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-24/+25
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-10/+9
|
* 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-43/+43
|
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-13/+13
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-5/+5
| | | | convention that only macros that deal with types may start with a colon.
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-15/+15
|
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-311-12/+12
|
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-251-50/+156
|
* Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian2020-07-011-1/+1
|
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-1/+1
|
* Some tweaks to how dictionaries and rows work.Eduardo Julian2020-04-151-8/+9
|
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-15/+15
|
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-13/+13
|
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-1/+1
|
* Fixed more tests.Eduardo Julian2019-03-291-11/+15
|
* Ported tests for collection-related modules.Eduardo Julian2019-03-241-71/+65
|
* Changed the convention for the structure opening separator from "/" to ";", ↵Eduardo Julian2019-03-151-19/+19
| | | | to avoid confusion since "/" is used for relative module paths.
* Added the special # syntax for referring to the module's alias when opening ↵Eduardo Julian2019-02-111-1/+1
| | | | structures.
* Integrated tests into normal source code.Eduardo Julian2019-02-051-0/+82