aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data (follow)
Commit message (Expand)AuthorAgeFilesLines
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-306-11/+16
* Some updates for the new compilers.Eduardo Julian2021-06-292-10/+9
* Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian2021-06-262-7/+50
* Re-factored the UTF8 codec into its own module.Eduardo Julian2021-05-313-7/+28
* lux/data/binary.slice now works in the offset+length style.Eduardo Julian2021-05-301-12/+15
* lux/macro/template.with can now produce multiple outputs.Eduardo Julian2021-05-301-5/+5
* Using offset+distance instead of from+to for text clipping.Eduardo Julian2021-05-241-1/+1
* Got rid of the {}s in ":share" and made it pipe-able.Eduardo Julian2021-05-182-3/+5
* Text-escaping machinery.Eduardo Julian2021-05-182-0/+158
* Done with Python.Eduardo Julian2021-02-242-13/+20
* Almost done with Lua.Eduardo Julian2021-02-154-59/+70
* Mo' updates, less problems.Eduardo Julian2021-02-072-2/+2
* Improved compilation of loops and pattern-matching for Python. Eduardo Julian2021-02-011-11/+12
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-283-173/+197
* Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian2021-01-123-14/+14
* Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian2021-01-126-1/+31
* Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian2021-01-112-5/+4
* Moved "log!" function under "lux/debug".Eduardo Julian2021-01-084-8/+8
* Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2021-01-031-4/+3
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-1/+4
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-2946-1811/+172
* Some renamings.Eduardo Julian2020-12-262-0/+19
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-2530-1450/+1450
* Refactored "export" common syntax.Eduardo Julian2020-12-232-3/+5
* Properly naming unicode Block type.Eduardo Julian2020-12-224-235/+237
* More optimizations to the Lux syntax parser.Eduardo Julian2020-12-173-10/+14
* Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian2020-12-156-46/+361
* Removed several unnecessary imports.Eduardo Julian2020-12-1210-97/+277
* Improved parsing speed for Lux code.Eduardo Julian2020-12-1110-31/+248
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-105-9/+64
* Updated Lux license to v0.1.1.Eduardo Julian2020-12-103-32/+138
* Re-named "with-cover" to "for".Eduardo Julian2020-12-1040-801/+862
* Added support for "Commons Clause" to Licentia.Eduardo Julian2020-12-093-45/+143
* Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian2020-12-043-156/+289
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-032-93/+287
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-026-93/+120
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-0238-330/+330
* Test for Aedifex's "auto" command.Eduardo Julian2020-12-023-60/+193
* Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian2020-12-014-141/+221
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-281-60/+40
* Added "private" macro to lux/debug.Eduardo Julian2020-11-282-73/+226
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-267-49/+78
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-2418-168/+407
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-171-94/+241
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-072-0/+135
* Improved error reporting for syntax macros.Eduardo Julian2020-11-051-84/+148
* Lightweight machinery for agent-oriented programming.Eduardo Julian2020-11-053-8/+234
* Re-named "lux/control/concurrency/process" to "thread".Eduardo Julian2020-11-041-33/+69
* Added CoMonad for CoFree.Eduardo Julian2020-11-022-1/+94
* Allow defining anonymous actors.Eduardo Julian2020-11-021-61/+88