aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian21-158/+158
2021-07-26Re-named Promise to Async.Eduardo Julian7-36/+36
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian28-206/+206
2021-07-20Updated the Scriptum documentation generator.Eduardo Julian1-7/+48
2021-07-17Now properly loading cached modules.Eduardo Julian1-0/+6
2021-07-16Fixed some inconsistent naming.Eduardo Julian4-15/+15
2021-07-15Re-named "spec" hierarchy to "specification".Eduardo Julian33-33/+33
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian41-817/+863
2021-07-13Improved the XML parsing library.Eduardo Julian1-0/+1
2021-07-12A bit more clarity for Licentia licenses.Eduardo Julian1-0/+14
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian40-231/+198
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian6-11/+16
2021-06-29Some updates for the new compilers.Eduardo Julian2-10/+9
2021-06-26Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian2-7/+50
2021-05-31Re-factored the UTF8 codec into its own module.Eduardo Julian3-7/+28
2021-05-30lux/data/binary.slice now works in the offset+length style.Eduardo Julian1-12/+15
2021-05-30lux/macro/template.with can now produce multiple outputs.Eduardo Julian1-5/+5
2021-05-24Using offset+distance instead of from+to for text clipping.Eduardo Julian1-1/+1
2021-05-18Got rid of the {}s in ":share" and made it pipe-able.Eduardo Julian2-3/+5
2021-05-18Text-escaping machinery.Eduardo Julian2-0/+158
2021-02-24Done with Python.Eduardo Julian2-13/+20
2021-02-15Almost done with Lua.Eduardo Julian4-59/+70
2021-02-07Mo' updates, less problems.Eduardo Julian2-2/+2
2021-02-01Improved compilation of loops and pattern-matching for Python. Eduardo Julian1-11/+12
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian3-173/+197
2021-01-12Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian3-14/+14
2021-01-12Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian6-1/+31
2021-01-11Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian2-5/+4
2021-01-08Moved "log!" function under "lux/debug".Eduardo Julian4-8/+8
2021-01-03Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian1-4/+3
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian1-1/+4
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian46-1811/+172
2020-12-26Some renamings.Eduardo Julian2-0/+19
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian30-1450/+1450
2020-12-23Refactored "export" common syntax.Eduardo Julian2-3/+5
2020-12-22Properly naming unicode Block type.Eduardo Julian4-235/+237
2020-12-17More optimizations to the Lux syntax parser.Eduardo Julian3-10/+14
2020-12-15Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian6-46/+361
2020-12-12Removed several unnecessary imports.Eduardo Julian10-97/+277
2020-12-11Improved parsing speed for Lux code.Eduardo Julian10-31/+248
2020-12-10Render XML to text in an indented form for human readability.Eduardo Julian5-9/+64
2020-12-10Updated Lux license to v0.1.1.Eduardo Julian3-32/+138
2020-12-10Re-named "with-cover" to "for".Eduardo Julian40-801/+862
2020-12-09Added support for "Commons Clause" to Licentia.Eduardo Julian3-45/+143
2020-12-04Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian3-156/+289
2020-12-03Detect duplicate files coming from dependencies.Eduardo Julian2-93/+287
2020-12-02Replaced "contains?" function with "key?" function.Eduardo Julian6-93/+120
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian38-330/+330
2020-12-02Test for Aedifex's "auto" command.Eduardo Julian3-60/+193
2020-12-01Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian4-141/+221