aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-03Extensible import syntax [Part 5]Eduardo Julian44-44/+44
2022-06-03Extensible import syntax [Part 4]Eduardo Julian35-112/+111
2022-06-02Extensible import syntax [Part 3]Eduardo Julian44-44/+44
2022-06-02Extensible import syntax [Part 2]Eduardo Julian2-2/+2
2022-06-01Extensible import syntax: Part 1Eduardo Julian46-225/+225
2022-04-09Better names for testing macros (plus better indentation).Eduardo Julian41-560/+560
2022-04-08Removed (mostly useless) pattern-matching macro for abstract types.Eduardo Julian1-95/+95
2022-04-08Better names for random text/character generators.Eduardo Julian24-88/+88
2022-04-08De-sigil-ification: $Eduardo Julian39-1542/+1542
2022-04-08Can now deploy releases with Aedifex.Eduardo Julian2-4/+8
2022-04-07Better snapshot deployments for Aedifex.Eduardo Julian9-78/+87
2022-04-07De-sigil-ification: &Eduardo Julian2-3/+3
2022-03-30De-sigil-ification: /Eduardo Julian1-1/+1
2022-03-16De-sigil-ification: prefix :Eduardo Julian10-136/+136
2022-03-15Leaner syntax for library/lux/control/exception.reportEduardo Julian1-40/+40
2022-03-14De-sigil-ification: >Eduardo Julian5-60/+64
2022-03-14De-sigil-ification: @Eduardo Julian23-895/+895
2021-10-09Fixed packaging issue.Eduardo Julian2-93/+93
2021-09-15"module:" => "using"Eduardo Julian46-46/+46
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian46-231/+231
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian40-367/+367
2021-09-12Made the "#" character great again!Eduardo Julian31-311/+313
2021-09-10Migrated variants to the new syntax.Eduardo Julian24-164/+164
2021-09-08Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian1-2/+2
2021-09-07De-taggification | part 4Eduardo Julian46-653/+653
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian20-42/+42
2021-09-05De-taggification | part 3Eduardo Julian2-49/+23
2021-09-04De-taggification | part 2Eduardo Julian46-338/+338
2021-09-03Unified tuple and record syntax.Eduardo Julian9-48/+48
2021-08-27Updates to the Ruby compiler.Eduardo Julian3-6/+6
2021-08-25Updates to the Lua compiler.Eduardo Julian3-10/+12
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian28-127/+127
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian11-45/+45
2021-08-18Some bug fixes.Eduardo Julian23-133/+133
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian5-8/+8
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian1-1/+1
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian8-13/+13
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian7-10/+10
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian22-33/+34
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian6-20/+20
2021-08-08No more #export magic syntax.Eduardo Julian46-80/+80
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian17-53/+53
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian1-1/+1
2021-08-01Even more renamings.Eduardo Julian3-4/+4
2021-07-30More renamings.Eduardo Julian28-46/+46
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian1-4/+4
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian28-600/+595
2021-07-26Re-named Promise to Async.Eduardo Julian19-94/+89
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian15-73/+73
2021-07-18New JVM compiler can now compile JVM interfaces.Eduardo Julian4-57/+151