aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-sigil-ification: $Eduardo Julian2022-04-081-24/+24
* De-sigil-ification: prefix :Eduardo Julian2022-03-161-4/+4
* Fixes for the pure-Lux JVM compiler machinery. [Part 8]Eduardo Julian2022-01-191-22/+22
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-141-3/+1
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-2/+2
* De-taggification | part 4Eduardo Julian2021-09-071-17/+17
* De-taggification | part 2Eduardo Julian2021-09-041-5/+5
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-4/+0
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-2/+2
* No more #export magic syntax.Eduardo Julian2021-08-081-5/+5
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-1/+1
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-27/+38
* Almost done with Lua.Eduardo Julian2021-02-151-5/+4
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-2/+0
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-101-20/+2
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-1/+1
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-261-7/+9
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-5/+7
* Improved the design of actors.Eduardo Julian2020-11-011-24/+2
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-091-0/+2
* Can now parse TAR files.Eduardo Julian2020-05-281-0/+2
* The new compiler can compile & run the stdlib's test suite.Eduardo Julian2019-10-141-28/+53
* Added I32, I16 and I8.Eduardo Julian2019-07-081-0/+6
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-2/+0
* Moved "lux/world/binary" to "lux/data/binary".Eduardo Julian2019-06-201-0/+2
* Moved the text lexers under "lux/control/parser/".Eduardo Julian2019-04-191-2/+0
* Ported tests for collection-related modules.Eduardo Julian2019-03-241-1/+3
* Ported tests for format-related modules.Eduardo Julian2019-03-231-3/+12
* Ported tests for text-related modules.Eduardo Julian2019-03-221-0/+15
* Ported tests for number-related modules.Eduardo Julian2019-03-221-0/+21
* - Ported lux/data/bit tests.Eduardo Julian2019-03-211-0/+24