aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updates to the Ruby compiler.Eduardo Julian2021-08-2752-192/+212
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-268-49/+67
* Updates to the Lua compiler.Eduardo Julian2021-08-259-67/+68
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-24162-1108/+1122
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-2353-284/+284
* Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian2021-08-213-11/+103
* 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-18118-762/+769
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-1654-491/+511
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-1425-170/+265
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-1354-371/+440
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-1256-196/+358
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-11126-981/+998
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-0959-332/+370
* No more #export magic syntax.Eduardo Julian2021-08-08241-488/+505
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-07116-512/+542
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-0229-95/+136
* Even more renamings.Eduardo Julian2021-08-0139-282/+313
* Yet more renamings.Eduardo Julian2021-07-3113-100/+122
* More renamings.Eduardo Julian2021-07-3075-266/+324
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-2920-90/+129
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-2821-417/+435
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-27124-2453/+2456
* Re-named Promise to Async.Eduardo Julian2021-07-2656-475/+531
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-25114-1042/+1028
* Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian2021-07-241-5/+127
* Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian2021-07-232-22/+113
* New JVM compiler can now compile JVM classes.Eduardo Julian2021-07-222-78/+241
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-203-39/+168
* Made the default JS file-system promise-based so it works well on Node.Eduardo Julian2021-07-192-0/+104
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-186-83/+210
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-177-11/+150
* Now properly loading cached modules.Eduardo Julian2021-07-179-166/+526
* Fixed some inconsistent naming.Eduardo Julian2021-07-1623-107/+158
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-15124-130/+244
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-14227-4049/+4408
* Improved the XML parsing library.Eduardo Julian2021-07-134-114/+132
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-126-87/+262
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-12232-1097/+1117
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-1112-240/+327
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-1012-71/+329
* 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-0613-461/+292
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-0223-213/+644
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-3032-80/+244
* Some updates for the new compilers.Eduardo Julian2021-06-2910-146/+275
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-2712-285/+758
* Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian2021-06-2612-65/+383
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-247-303/+413