aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Re-named "to-text" functions to "format".Eduardo Julian2020-10-152-63/+73
|
* Gave the Location type its own module.Eduardo Julian2020-10-141-84/+160
|
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-123-97/+257
|
* Tweaked how I64 masks are made.Eduardo Julian2020-10-122-25/+100
|
* Mandatory long names for JVM imports, instead of having "long" be optional ↵Eduardo Julian2020-10-091-13/+51
| | | | and short be default.
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-091-0/+88
|
* Optimized generation of I64, F64 and variants on JVM.Eduardo Julian2020-10-071-38/+46
|
* Re-named "Cursor" type to "Location".Eduardo Julian2020-10-072-68/+81
|
* Test imports for circular dependencies.Eduardo Julian2020-10-071-14/+12
|
* Test to make sure modules cannot import themselves.Eduardo Julian2020-10-042-83/+183
|
* Gave Aedifex support for multiple profiles.Eduardo Julian2020-10-031-47/+114
|
* Changed the format of project descriptor files.Eduardo Julian2020-09-161-2/+3
|
* Build programs.Eduardo Julian2020-08-281-3/+3
|
* Allow "#io" outputs for JS imports.Eduardo Julian2020-08-093-23/+15
|
* "abstract:" macro now takes annotations after representation type.Eduardo Julian2020-08-091-3/+3
|
* Now using the new syntax for variants (even though they still work the old ↵Eduardo Julian2020-07-022-12/+12
| | | | way... for now)
* Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian2020-07-0131-31/+31
|
* Can now export Lux code as library TAR files.Eduardo Julian2020-05-281-1/+1
|
* Can now parse TAR files.Eduardo Julian2020-05-281-0/+409
|
* 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
|