aboutsummaryrefslogtreecommitdiff
path: root/stdlib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some bug fixes.Eduardo Julian2021-08-18416-3326/+4522
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-16259-1815/+2930
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-1498-467/+1251
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-13175-1106/+1356
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-12195-997/+1346
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-11408-3648/+3770
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-09300-2849/+3111
* No more #export magic syntax.Eduardo Julian2021-08-08769-6111/+6452
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-07284-1920/+2074
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-02134-596/+689
* Even more renamings.Eduardo Julian2021-08-01204-1104/+1135
* Yet more renamings.Eduardo Julian2021-07-3170-754/+873
* More renamings.Eduardo Julian2021-07-30188-1024/+1127
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-2995-707/+832
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-28189-2177/+2346
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-27451-8640/+8789
* Re-named Promise to Async.Eduardo Julian2021-07-26206-2231/+2354
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-25277-2678/+2750
* 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-212/+422
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-2013-348/+564
* Made the default JS file-system promise-based so it works well on Node.Eduardo Julian2021-07-197-101/+307
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-1825-302/+491
* 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-141193-94523/+95471
* Improved the XML parsing library.Eduardo Julian2021-07-1314-278/+265
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-1217-198/+497
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-12261-1276/+1349
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-1176-912/+1056
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-1035-282/+564
* Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian2021-07-0819-760/+1026
* Simplified the API for file-system operations.Eduardo Julian2021-07-0644-2389/+1952
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-0258-1861/+1937
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-30193-661/+1072
* Some updates for the new compilers.Eduardo Julian2021-06-2922-346/+486
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-2730-543/+1115
* 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-432/+595
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-1835-452/+778
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-1441-2341/+504
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-1224-163/+236
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-1153-830/+1144
* Improved formatting of compilation results (only for new compilers).Eduardo Julian2021-06-082-10/+13
* Properly using artifact IDs instead of arbitrary Text to identify artifacts.Eduardo Julian2021-06-0811-30/+31
* Added type information when logging compiled definitions.Eduardo Julian2021-06-084-14/+23