aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-1721-33/+33
|
* Some tweaks to how dictionaries and rows work.Eduardo Julian2020-04-152-14/+22
|
* Got the tests running again.Eduardo Julian2019-09-151-5/+2
|
* No more "n/"-prefixed functions.Eduardo Julian2019-07-2626-319/+335
|
* No more "i/"-prefixed functions.Eduardo Julian2019-07-254-14/+19
|
* No more "r/"-prefixed functions.Eduardo Julian2019-07-241-3/+3
|
* No more "f/"-prefixed functions.Eduardo Julian2019-07-243-62/+65
| | | + No more "m/"-prefixed functions.
* Got rid of the "Number" abstraction.Eduardo Julian2019-07-247-18/+8
|
* Small improvements here and there.Eduardo Julian2019-07-241-2/+3
|
* Added I32, I16 and I8.Eduardo Julian2019-07-084-2/+123
|
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-026-84/+19
|
* Moved "lux/world/binary" to "lux/data/binary".Eduardo Julian2019-06-201-0/+90
|
* Improved the convention for using text formatters.Eduardo Julian2019-06-2034-93/+93
|
* Applied several tweaks to make the code easier to process by the new compiler.Eduardo Julian2019-05-283-1/+4
|
* Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.Eduardo Julian2019-05-212-14/+17
|
* Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian2019-04-191-2/+3
|
* Moved the XML parser under "lux/control/parser/".Eduardo Julian2019-04-191-11/+12
|
* Re-named "lux/data/collection/tree/rose" to "lux/data/collection/tree".Eduardo Julian2019-04-193-14/+12
|
* Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit.Eduardo Julian2019-04-191-4/+4
|
* Moved the text lexers under "lux/control/parser/".Eduardo Julian2019-04-192-178/+7
|
* Improvements and fixes to "tuple//left" and "tuple//right".Eduardo Julian2019-04-121-14/+26
|
* Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian2019-04-065-9/+10
|
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-0633-44/+52
|
* Fixed a bug when pattern matching against "Error" values.Eduardo Julian2019-04-041-14/+13
|
* Re-named "do-template" to "template".Eduardo Julian2019-03-306-10/+10
|
* Yet more fixes.Eduardo Julian2019-03-302-5/+5
|
* Fixed some more tests.Eduardo Julian2019-03-302-20/+19
|
* Fixed more tests.Eduardo Julian2019-03-299-255/+233
|
* Fixed some tests.Eduardo Julian2019-03-282-64/+71
|
* Ported tests for macro-related modules.Eduardo Julian2019-03-241-64/+1
|
* Ported tests for math-related modules.Eduardo Julian2019-03-241-4/+3
|
* Ported tests for collection-related modules.Eduardo Julian2019-03-2416-1173/+1205
|
* Ported tests for format-related modules.Eduardo Julian2019-03-232-187/+127
|
* Ported tests for text-related modules.Eduardo Julian2019-03-226-601/+546
|
* Ported tests for number-related modules.Eduardo Julian2019-03-2215-582/+581
|
* - Ported lux/data/bit tests.Eduardo Julian2019-03-217-332/+346
| | | | | | | | - Ported lux/data/color tests. - Ported lux/data/error tests. - Ported lux/data/identity tests. - Ported lux/data/lazy tests. - Ported lux/data/maybe tests. - Ported lux/data/name tests.
* Changed the convention for the structure opening separator from "/" to ";", ↵Eduardo Julian2019-03-1524-220/+220
| | | | to avoid confusion since "/" is used for relative module paths.
* Replaced the digit separator in numbers from "_" to ",".Eduardo Julian2019-03-132-3/+3
|
* Added the special # syntax for referring to the module's alias when opening ↵Eduardo Julian2019-02-1114-22/+25
| | | | structures.
* Integrated tests into normal source code.Eduardo Julian2019-02-0533-0/+3395