aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian21-33/+33
2020-04-15Some tweaks to how dictionaries and rows work.Eduardo Julian2-14/+22
2019-09-15Got the tests running again.Eduardo Julian1-5/+2
2019-07-26No more "n/"-prefixed functions.Eduardo Julian26-319/+335
2019-07-25No more "i/"-prefixed functions.Eduardo Julian4-14/+19
2019-07-24No more "r/"-prefixed functions.Eduardo Julian1-3/+3
2019-07-24No more "f/"-prefixed functions.Eduardo Julian3-62/+65
2019-07-24Got rid of the "Number" abstraction.Eduardo Julian7-18/+8
2019-07-24Small improvements here and there.Eduardo Julian1-2/+3
2019-07-08Added I32, I16 and I8.Eduardo Julian4-2/+123
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian6-84/+19
2019-06-20Moved "lux/world/binary" to "lux/data/binary".Eduardo Julian1-0/+90
2019-06-20Improved the convention for using text formatters.Eduardo Julian34-93/+93
2019-05-28Applied several tweaks to make the code easier to process by the new compiler.Eduardo Julian3-1/+4
2019-05-21Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.Eduardo Julian2-14/+17
2019-04-19Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian1-2/+3
2019-04-19Moved the XML parser under "lux/control/parser/".Eduardo Julian1-11/+12
2019-04-19Re-named "lux/data/collection/tree/rose" to "lux/data/collection/tree".Eduardo Julian3-14/+12
2019-04-19Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit.Eduardo Julian1-4/+4
2019-04-19Moved the text lexers under "lux/control/parser/".Eduardo Julian2-178/+7
2019-04-12Improvements and fixes to "tuple//left" and "tuple//right".Eduardo Julian1-14/+26
2019-04-06Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian5-9/+10
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian33-44/+52
2019-04-04Fixed a bug when pattern matching against "Error" values.Eduardo Julian1-14/+13
2019-03-30Re-named "do-template" to "template".Eduardo Julian6-10/+10
2019-03-30Yet more fixes.Eduardo Julian2-5/+5
2019-03-30Fixed some more tests.Eduardo Julian2-20/+19
2019-03-29Fixed more tests.Eduardo Julian9-255/+233
2019-03-28Fixed some tests.Eduardo Julian2-64/+71
2019-03-24Ported tests for macro-related modules.Eduardo Julian1-64/+1
2019-03-24Ported tests for math-related modules.Eduardo Julian1-4/+3
2019-03-24Ported tests for collection-related modules.Eduardo Julian16-1173/+1205
2019-03-23Ported tests for format-related modules.Eduardo Julian2-187/+127
2019-03-22Ported tests for text-related modules.Eduardo Julian6-601/+546
2019-03-22Ported tests for number-related modules.Eduardo Julian15-582/+581
2019-03-21- Ported lux/data/bit tests.Eduardo Julian7-332/+346
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian24-220/+220
2019-03-13Replaced the digit separator in numbers from "_" to ",".Eduardo Julian2-3/+3
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian14-22/+25
2019-02-05Integrated tests into normal source code.Eduardo Julian33-0/+3395