aboutsummaryrefslogtreecommitdiff
path: root/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-18Some bug fixes.Eduardo Julian416-3326/+4522
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian259-1815/+2930
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian98-467/+1251
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian175-1106/+1356
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian195-997/+1346
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian408-3648/+3770
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian300-2849/+3111
2021-08-08No more #export magic syntax.Eduardo Julian769-6111/+6452
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian284-1920/+2074
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian134-596/+689
2021-08-01Even more renamings.Eduardo Julian204-1104/+1135
2021-07-31Yet more renamings.Eduardo Julian70-754/+873
2021-07-30More renamings.Eduardo Julian188-1024/+1127
2021-07-29Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian95-707/+832
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian189-2177/+2346
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian451-8640/+8789
2021-07-26Re-named Promise to Async.Eduardo Julian206-2231/+2354
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian277-2678/+2750
2021-07-24Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian11-85/+459
2021-07-23Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian4-57/+233
2021-07-22New JVM compiler can now compile JVM classes.Eduardo Julian6-212/+422
2021-07-20Updated the Scriptum documentation generator.Eduardo Julian13-348/+564
2021-07-19Made the default JS file-system promise-based so it works well on Node.Eduardo Julian7-101/+307
2021-07-18New JVM compiler can now compile JVM interfaces.Eduardo Julian25-302/+491
2021-07-17Now allowing compilers to generate custom-named outputs.Eduardo Julian32-117/+284
2021-07-17Now properly loading cached modules.Eduardo Julian20-271/+660
2021-07-16Fixed some inconsistent naming.Eduardo Julian46-242/+287
2021-07-15Re-named "spec" hierarchy to "specification".Eduardo Julian154-139/+256
2021-07-14Constant inlining.Eduardo Julian1-182/+182
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian750-11842/+12790
2021-07-13Improved the XML parsing library.Eduardo Julian14-278/+265
2021-07-12A bit more clarity for Licentia licenses.Eduardo Julian17-198/+497
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian261-1276/+1349
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian76-912/+1056
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian35-282/+564
2021-07-08Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian19-760/+1026
2021-07-06Simplified the API for file-system operations.Eduardo Julian44-2389/+1952
2021-07-02No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian58-1861/+1937
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian193-661/+1072
2021-06-29Some updates for the new compilers.Eduardo Julian22-346/+486
2021-06-27Made obtaining env variables more granular + partial Lua support.Eduardo Julian30-543/+1115
2021-06-26Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian21-172/+673
2021-06-24Added a macro for type-casting JVM objects.Eduardo Julian23-432/+595
2021-06-18Refactored the machinery to make local macros into its own module.Eduardo Julian35-452/+778
2021-06-14Extracted Licentia out of the standard library.Eduardo Julian41-2341/+504
2021-06-12Constraining the year of the snapshot time in Aedifex.Eduardo Julian24-163/+236
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian53-830/+1144
2021-06-08Improved formatting of compilation results (only for new compilers).Eduardo Julian2-10/+13
2021-06-08Properly using artifact IDs instead of arbitrary Text to identify artifacts.Eduardo Julian11-30/+31
2021-06-08Added type information when logging compiled definitions.Eduardo Julian4-14/+23