aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/specification/compositor/generation/case.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-07Now wrapping C++ values inside a universal box.Eduardo Julian1-290/+0
2022-12-02Added some simple time-series handling machinery.Eduardo Julian1-4/+4
2022-08-11Re-named the "case" macro to "when".Eduardo Julian1-25/+25
2022-08-10Extracted property-based testing machinery into its own module.Eduardo Julian1-26/+28
2022-07-28Extracted unit-testing machinery into its own module.Eduardo Julian1-7/+7
2022-07-06Moved compiler machinery under lux/meta.Eduardo Julian1-1/+1
2022-07-02More traditional names for unquoting macros.Eduardo Julian1-1/+1
2022-06-16De-sigil-ification: suffix : [Part 14]Eduardo Julian1-3/+3
2022-06-16De-sigil-ification: suffix : [Part 13]Eduardo Julian1-14/+14
2022-06-15Re-named "prelude_module" to "prelude".Eduardo Julian1-2/+2
2022-06-13New "format" hierarchy.Eduardo Julian1-1/+1
2022-06-12De-sigil-ification: suffix : [Part 3]Eduardo Julian1-1/+1
2022-06-04De-sigil-ification: #Eduardo Julian1-4/+4
2022-06-04Extensible import syntax [Part 6]Eduardo Julian1-2/+2
2022-06-02Extensible import syntax [Part 2]Eduardo Julian1-1/+1
2022-06-01Extensible import syntax: Part 1Eduardo Julian1-7/+7
2022-04-09Better names for testing macros (plus better indentation).Eduardo Julian1-55/+55
2022-04-08De-sigil-ification: $Eduardo Julian1-120/+120
2022-03-16De-sigil-ification: prefix :Eduardo Julian1-33/+33
2022-03-14De-sigil-ification: >Eduardo Julian1-47/+51
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian1-14/+10
2021-09-14Re-named "name_of" to "symbol".Eduardo Julian1-3/+3
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian1-5/+5
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-9/+9
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-9/+9
2021-09-12Made the "#" character great again!Eduardo Julian1-17/+17
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-16/+16
2021-09-07De-taggification | part 4Eduardo Julian1-10/+10
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian1-2/+2
2021-09-04De-taggification | part 2Eduardo Julian1-9/+9
2021-09-03Unified tuple and record syntax.Eduardo Julian1-2/+2
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-3/+3
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-5/+5
2021-08-18Some bug fixes.Eduardo Julian1-4/+4
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-1/+1
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian1-1/+1
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-2/+2
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-9/+9
2021-08-08No more #export magic syntax.Eduardo Julian1-2/+2
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian1-2/+2
2021-08-01Even more renamings.Eduardo Julian1-2/+2
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian1-61/+61
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-6/+6
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-3/+3
2021-07-15Re-named "spec" hierarchy to "specification".Eduardo Julian1-0/+0
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-2/+2
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-1/+1
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-4/+4
2020-11-28Added "private" macro to lux/debug.Eduardo Julian1-5/+5