aboutsummaryrefslogtreecommitdiff
path: root/documentation/book (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some bug fixes.Eduardo Julian2021-08-182-1/+94
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-142-1/+194
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-132-1/+200
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-122-1/+114
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-112-1/+242
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-092-1/+265
|
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-072-1/+169
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-022-1/+316
| | | | more than once.
* Even more renamings.Eduardo Julian2021-08-012-1/+191
|
* Yet more renamings.Eduardo Julian2021-07-312-1/+317
|
* More renamings.Eduardo Julian2021-07-302-1/+375
|
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-292-1/+176
|
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-282-1/+226
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-273-8/+160
|
* Re-named Promise to Async.Eduardo Julian2021-07-262-0/+105
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-0/+31