aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian52-290/+319
2021-08-08No more #export magic syntax.Eduardo Julian194-403/+409
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian98-451/+481
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian27-88/+88
2021-08-01Even more renamings.Eduardo Julian35-259/+288
2021-07-31Yet more renamings.Eduardo Julian12-100/+113
2021-07-30More renamings.Eduardo Julian46-219/+258
2021-07-29Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian19-89/+95
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian19-413/+413
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian95-1824/+1825
2021-07-26Re-named Promise to Async.Eduardo Julian36-353/+353
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian98-963/+951
2021-07-23Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian1-4/+52
2021-07-22New JVM compiler can now compile JVM classes.Eduardo Julian1-40/+199
2021-07-20Updated the Scriptum documentation generator.Eduardo Julian2-39/+146
2021-07-19Made the default JS file-system promise-based so it works well on Node.Eduardo Julian1-0/+11
2021-07-18New JVM compiler can now compile JVM interfaces.Eduardo Julian1-24/+24
2021-07-17Now properly loading cached modules.Eduardo Julian3-50/+64
2021-07-16Fixed some inconsistent naming.Eduardo Julian20-103/+128
2021-07-15Re-named "spec" hierarchy to "specification".Eduardo Julian102-108/+222
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian179-3212/+3521
2021-07-13Improved the XML parsing library.Eduardo Julian4-114/+132
2021-07-12A bit more clarity for Licentia licenses.Eduardo Julian3-71/+208
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian186-917/+939
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian7-235/+264
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian9-68/+308
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 Julian2-242/+88
2021-07-02No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian7-72/+169
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian24-59/+198
2021-06-29Some updates for the new compilers.Eduardo Julian6-131/+235
2021-06-27Made obtaining env variables more granular + partial Lua support.Eduardo Julian1-186/+649
2021-06-26Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian6-31/+328
2021-06-24Added a macro for type-casting JVM objects.Eduardo Julian1-58/+124
2021-06-18Refactored the machinery to make local macros into its own module.Eduardo Julian6-15/+251
2021-06-14Extracted Licentia out of the standard library.Eduardo Julian4-2/+136
2021-06-12Constraining the year of the snapshot time in Aedifex.Eduardo Julian2-1/+37
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian4-10/+211
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 Julian12-80/+80
2021-05-24Using offset+distance instead of from+to for text clipping.Eduardo Julian1-1/+1
2021-05-24Almost done with Scheme.Eduardo Julian3-35/+61
2021-05-18Got rid of the {}s in ":share" and made it pipe-able.Eduardo Julian4-12/+18
2021-05-18Text-escaping machinery.Eduardo Julian2-0/+158
2021-03-16Done with PHP.Eduardo Julian1-2/+2
2021-03-12Almost done with PHP.Eduardo Julian3-3/+29
2021-03-01Done with Ruby.Eduardo Julian2-2/+28
2021-02-24Done with Python.Eduardo Julian3-25/+33