aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-taggification | part 0Eduardo Julian2021-08-299-31/+22
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-293-49/+35
* Updates to the Ruby compiler.Eduardo Julian2021-08-2748-163/+183
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-267-45/+51
* Updates to the Lua compiler.Eduardo Julian2021-08-256-57/+56
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-24133-962/+971
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-2342-239/+239
* Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian2021-08-212-11/+101
* More fixes.Eduardo Julian2021-08-201-13/+13
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-193-2/+13
* Some bug fixes.Eduardo Julian2021-08-1894-570/+577
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-1648-482/+502
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-1423-169/+262
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-1345-240/+249
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-1248-184/+346
* 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