aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data/collection/row.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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