aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/specification/compositor/generation/function.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Now wrapping C++ values inside a universal box.Eduardo Julian2023-01-071-96/+0
|
* Added some simple time-series handling machinery.Eduardo Julian2022-12-021-1/+1
|
* Extracted property-based testing machinery into its own module.Eduardo Julian2022-08-101-19/+21
|
* Extracted unit-testing machinery into its own module.Eduardo Julian2022-07-281-3/+3
|
* Moved compiler machinery under lux/meta.Eduardo Julian2022-07-061-1/+1
|
* De-sigil-ification: suffix : [Part 14]Eduardo Julian2022-06-161-3/+3
|
* De-sigil-ification: suffix : [Part 13]Eduardo Julian2022-06-161-5/+5
|
* De-sigil-ification: #Eduardo Julian2022-06-041-1/+1
|
* Extensible import syntax [Part 6]Eduardo Julian2022-06-041-2/+2
|
* Extensible import syntax [Part 4]Eduardo Julian2022-06-031-1/+1
|
* Extensible import syntax [Part 2]Eduardo Julian2022-06-021-1/+1
|
* Extensible import syntax: Part 1Eduardo Julian2022-06-011-7/+7
|
* Better names for testing macros (plus better indentation).Eduardo Julian2022-04-091-35/+35
|
* De-sigil-ification: $Eduardo Julian2022-04-081-61/+61
|
* De-sigil-ification: >Eduardo Julian2022-03-141-1/+0
|
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-9/+9
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-7/+7
|
* Made the "#" character great again!Eduardo Julian2021-09-121-18/+18
|
* De-taggification | part 4Eduardo Julian2021-09-071-8/+8
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-1/+1
|
* De-taggification | part 2Eduardo Julian2021-09-041-10/+10
|
* Unified tuple and record syntax.Eduardo Julian2021-09-031-14/+14
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-5/+5
|
* Some bug fixes.Eduardo Julian2021-08-181-3/+3
|
* 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-2/+2
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-2/+2
|
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
|
* 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-1/+1
| | | | more than once.
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-281-15/+15
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-6/+8
|
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-0/+93