aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updates to the Lua compiler.Eduardo Julian2021-08-252-34/+33
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-2432-168/+168
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-2314-54/+54
|
* More fixes.Eduardo Julian2021-08-201-13/+13
|
* Some bug fixes.Eduardo Julian2021-08-1826-147/+147
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-1611-40/+49
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-149-83/+83
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-1315-99/+99
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-1216-85/+88
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-1121-238/+89
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-099-45/+45
|
* No more #export magic syntax.Eduardo Julian2021-08-0841-57/+57
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-0722-147/+141
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-028-37/+37
| | | | more than once.
* Even more renamings.Eduardo Julian2021-08-0116-82/+82
|
* Yet more renamings.Eduardo Julian2021-07-313-56/+69
|
* More renamings.Eduardo Julian2021-07-3014-98/+98
|
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-293-39/+39
|
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-283-11/+11
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-2721-158/+158
|
* Re-named Promise to Async.Eduardo Julian2021-07-267-36/+36
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-2528-206/+206
|
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-201-7/+48
|
* Now properly loading cached modules.Eduardo Julian2021-07-171-0/+6
|
* Fixed some inconsistent naming.Eduardo Julian2021-07-164-15/+15
|
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-1533-33/+33
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-1441-817/+863
|
* Improved the XML parsing library.Eduardo Julian2021-07-131-0/+1
|
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-121-0/+14
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-1240-231/+198
|
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-306-11/+16
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* 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 ↵Eduardo Julian2021-01-112-5/+4
| | | | avoid interacting with the global scope.
* 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
|