aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/cli.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-taggification | part 2Eduardo Julian2021-09-041-6/+6
* Updates to the Lua compiler.Eduardo Julian2021-08-251-4/+6
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-2/+2
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-8/+8
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-7/+7
* Re-named Promise to Async.Eduardo Julian2021-07-261-3/+3
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-14/+14
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-1/+1
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-15/+16
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-5/+4
* Refactored "export" common syntax.Eduardo Julian2020-12-231-1/+0
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-9/+9
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-021-0/+3
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-2/+2
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-10/+10
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-071-1/+1
* Improved error reporting for syntax macros.Eduardo Julian2020-11-051-2/+2
* Added CoMonad for CoFree.Eduardo Julian2020-11-021-0/+3
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-091-0/+108