aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian30-68/+68
2021-09-04De-taggification | part 2Eduardo Julian39-196/+196
2021-09-03Unified tuple and record syntax.Eduardo Julian2-22/+22
2021-08-27Updates to the Ruby compiler.Eduardo Julian10-13/+13
2021-08-25Updates to the Lua compiler.Eduardo Julian2-34/+33
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian32-168/+168
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian14-54/+54
2021-08-20More fixes.Eduardo Julian1-13/+13
2021-08-18Some bug fixes.Eduardo Julian26-147/+147
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian11-40/+49
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian9-83/+83
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian15-99/+99
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian16-85/+88
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian21-238/+89
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian9-45/+45
2021-08-08No more #export magic syntax.Eduardo Julian41-57/+57
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian22-147/+141
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian8-37/+37
2021-08-01Even more renamings.Eduardo Julian16-82/+82
2021-07-31Yet more renamings.Eduardo Julian3-56/+69
2021-07-30More renamings.Eduardo Julian14-98/+98
2021-07-29Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian3-39/+39
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian3-11/+11
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