aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-11103-924/+940
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-0952-290/+319
* No more #export magic syntax.Eduardo Julian2021-08-08194-403/+409
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-0798-451/+481
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-0227-88/+88
* Even more renamings.Eduardo Julian2021-08-0135-259/+288
* Yet more renamings.Eduardo Julian2021-07-3112-100/+113
* More renamings.Eduardo Julian2021-07-3046-219/+258
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-2919-89/+95
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-2819-413/+413
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-2795-1824/+1825
* Re-named Promise to Async.Eduardo Julian2021-07-2636-353/+353
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-2598-963/+951
* Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian2021-07-231-4/+52
* New JVM compiler can now compile JVM classes.Eduardo Julian2021-07-221-40/+199
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-202-39/+146
* Made the default JS file-system promise-based so it works well on Node.Eduardo Julian2021-07-191-0/+11
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-181-24/+24
* Now properly loading cached modules.Eduardo Julian2021-07-173-50/+64
* Fixed some inconsistent naming.Eduardo Julian2021-07-1620-103/+128
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-15102-108/+222
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-14179-3212/+3521
* Improved the XML parsing library.Eduardo Julian2021-07-134-114/+132
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-123-71/+208
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-12186-917/+939
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-117-235/+264
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-109-68/+308
* Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian2021-07-082-75/+230
* Simplified the API for file-system operations.Eduardo Julian2021-07-062-242/+88
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-027-72/+169
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-3024-59/+198
* Some updates for the new compilers.Eduardo Julian2021-06-296-131/+235
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-271-186/+649
* Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian2021-06-266-31/+328
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-241-58/+124
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-186-15/+251
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-144-2/+136
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-122-1/+37
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-114-10/+211
* Re-factored the UTF8 codec into its own module.Eduardo Julian2021-05-314-17/+39
* lux/data/binary.slice now works in the offset+length style.Eduardo Julian2021-05-302-14/+17
* lux/macro/template.with can now produce multiple outputs.Eduardo Julian2021-05-302-10/+10
* Re-named lux/host to lux/ffi.Eduardo Julian2021-05-2412-80/+80
* Using offset+distance instead of from+to for text clipping.Eduardo Julian2021-05-241-1/+1
* Almost done with Scheme.Eduardo Julian2021-05-243-35/+61
* Got rid of the {}s in ":share" and made it pipe-able.Eduardo Julian2021-05-184-12/+18
* Text-escaping machinery.Eduardo Julian2021-05-182-0/+158
* Done with PHP.Eduardo Julian2021-03-161-2/+2
* Almost done with PHP.Eduardo Julian2021-03-123-3/+29
* Done with Ruby.Eduardo Julian2021-03-012-2/+28