aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updates to the Lua compiler.Eduardo Julian2021-08-25126-1675/+3271
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-24557-6541/+8010
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-23310-2790/+4100
* Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian2021-08-2148-183/+2047
* More fixes.Eduardo Julian2021-08-2049-434/+2009
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-1969-471/+2645
* Some bug fixes.Eduardo Julian2021-08-18413-3317/+4493
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-16259-1806/+2921
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-1496-457/+1227
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-13175-1104/+1354
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-12195-997/+1346
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-11408-3633/+3755
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-09300-2816/+3078
* No more #export magic syntax.Eduardo Julian2021-08-08769-6101/+6442
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-07284-1915/+2069
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-02134-595/+688
* Even more renamings.Eduardo Julian2021-08-01204-1099/+1130
* Yet more renamings.Eduardo Julian2021-07-3170-749/+868
* More renamings.Eduardo Julian2021-07-30188-1023/+1126
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-2995-706/+831
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-28189-2172/+2341
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-27451-8597/+8746
* Re-named Promise to Async.Eduardo Julian2021-07-26206-2221/+2344
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-25277-2669/+2741
* Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian2021-07-2411-85/+459
* Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian2021-07-234-57/+233
* New JVM compiler can now compile JVM classes.Eduardo Julian2021-07-226-210/+420
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-2013-346/+562
* Made the default JS file-system promise-based so it works well on Node.Eduardo Julian2021-07-197-100/+306
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-1823-302/+471
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-1732-117/+284
* Now properly loading cached modules.Eduardo Julian2021-07-1720-271/+660
* Fixed some inconsistent naming.Eduardo Julian2021-07-1646-242/+287
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-15154-139/+256
* Constant inlining.Eduardo Julian2021-07-141-182/+182
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-14750-11819/+12767
* Improved the XML parsing library.Eduardo Julian2021-07-1314-278/+265
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-1217-196/+495
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-12261-1273/+1346
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-1176-910/+1054
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-1034-280/+508
* Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian2021-07-0819-735/+1001
* Simplified the API for file-system operations.Eduardo Julian2021-07-0644-2344/+1907
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-0258-1796/+1872
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-30193-661/+1072
* Some updates for the new compilers.Eduardo Julian2021-06-2922-344/+484
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-2730-541/+1113
* Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian2021-06-2621-172/+673
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-2423-423/+586
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-1835-451/+777