aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/text.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Can now produce arbitrary code fragments statically by evaluating arbitrary ↵Eduardo Julian2021-08-211-8/+0
| | | | expressions at compile-time.
* More fixes.Eduardo Julian2021-08-201-9/+9
|
* Some bug fixes.Eduardo Julian2021-08-181-5/+5
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-1/+1
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-3/+3
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-6/+6
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-2/+4
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-7/+8
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-11/+11
|
* No more #export magic syntax.Eduardo Julian2021-08-081-37/+37
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-1/+1
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-021-3/+3
| | | | more than once.
* Even more renamings.Eduardo Julian2021-08-011-43/+40
|
* More renamings.Eduardo Julian2021-07-301-4/+4
|
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-291-5/+5
|
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-281-2/+2
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-2/+2
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-2/+2
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-0/+380