aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-143-10/+10
|
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-143-78/+11
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-1339-149/+149
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-1236-509/+509
|
* Made the "#" character great again!Eduardo Julian2021-09-1220-222/+217
|
* Fixed the indentation of variants.Eduardo Julian2021-09-103-11/+11
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-1018-152/+152
|
* De-taggification | part 4Eduardo Julian2021-09-0739-399/+399
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-0530-68/+68
|
* De-taggification | part 2Eduardo Julian2021-09-0439-196/+196
|
* Unified tuple and record syntax.Eduardo Julian2021-09-032-22/+22
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-2710-13/+13
|
* 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
|