aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some bug fixes.Eduardo Julian2021-08-181-45/+45
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-43/+33
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-26/+18
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-138/+190
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-13/+0
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-210/+210
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-360/+360
* No more #export magic syntax.Eduardo Julian2021-08-081-644/+792
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-529/+514
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-125/+124
* Even more renamings.Eduardo Julian2021-08-011-29/+39
* Yet more renamings.Eduardo Julian2021-07-311-68/+73
* More renamings.Eduardo Julian2021-07-301-20/+22
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-291-74/+79
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-281-581/+581
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-233/+233
* Re-named Promise to Async.Eduardo Julian2021-07-261-153/+153
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-105/+108
* Now properly loading cached modules.Eduardo Julian2021-07-171-7/+6
* Fixed some inconsistent naming.Eduardo Julian2021-07-161-23/+11
* Constant inlining.Eduardo Julian2021-07-141-182/+182
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-0/+5958