aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-18Some bug fixes.Eduardo Julian118-762/+769
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian54-491/+511
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian25-170/+265
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian54-371/+440
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian56-196/+358
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian126-981/+998
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian59-332/+370
2021-08-08No more #export magic syntax.Eduardo Julian241-488/+505
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian116-512/+542
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian29-95/+136
2021-08-01Even more renamings.Eduardo Julian39-282/+313
2021-07-31Yet more renamings.Eduardo Julian13-100/+122
2021-07-30More renamings.Eduardo Julian75-266/+324
2021-07-29Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian20-90/+129
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian21-417/+435
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian124-2453/+2456
2021-07-26Re-named Promise to Async.Eduardo Julian56-475/+531
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian114-1042/+1028
2021-07-24Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian1-5/+127
2021-07-23Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian2-22/+113
2021-07-22New JVM compiler can now compile JVM classes.Eduardo Julian2-78/+241
2021-07-20Updated the Scriptum documentation generator.Eduardo Julian3-39/+168
2021-07-19Made the default JS file-system promise-based so it works well on Node.Eduardo Julian2-0/+104
2021-07-18New JVM compiler can now compile JVM interfaces.Eduardo Julian6-83/+210
2021-07-17Now allowing compilers to generate custom-named outputs.Eduardo Julian7-11/+150
2021-07-17Now properly loading cached modules.Eduardo Julian9-166/+526
2021-07-16Fixed some inconsistent naming.Eduardo Julian23-107/+158
2021-07-15Re-named "spec" hierarchy to "specification".Eduardo Julian124-130/+244
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian227-4049/+4408
2021-07-13Improved the XML parsing library.Eduardo Julian4-114/+132
2021-07-12A bit more clarity for Licentia licenses.Eduardo Julian6-87/+262
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian232-1097/+1117
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian12-240/+327
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian12-71/+329
2021-07-08Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian2-75/+230
2021-07-06Simplified the API for file-system operations.Eduardo Julian13-461/+292
2021-07-02No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian23-213/+644
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian32-80/+244
2021-06-29Some updates for the new compilers.Eduardo Julian10-146/+275
2021-06-27Made obtaining env variables more granular + partial Lua support.Eduardo Julian12-285/+758
2021-06-26Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian12-65/+383
2021-06-24Added a macro for type-casting JVM objects.Eduardo Julian7-303/+413
2021-06-18Refactored the machinery to make local macros into its own module.Eduardo Julian13-172/+451
2021-06-14Extracted Licentia out of the standard library.Eduardo Julian10-435/+216
2021-06-12Constraining the year of the snapshot time in Aedifex.Eduardo Julian11-38/+76
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian8-36/+248
2021-05-31Re-factored the UTF8 codec into its own module.Eduardo Julian4-17/+39
2021-05-30lux/data/binary.slice now works in the offset+length style.Eduardo Julian2-14/+17
2021-05-30lux/macro/template.with can now produce multiple outputs.Eduardo Julian2-10/+10
2021-05-24Re-named lux/host to lux/ffi.Eduardo Julian13-82/+82