aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-04Extensible import syntax [Part 6]Eduardo Julian4-8/+8
2022-06-03Extensible import syntax [Part 5]Eduardo Julian10-10/+10
2022-06-03Extensible import syntax [Part 4]Eduardo Julian11-26/+26
2022-06-02Extensible import syntax [Part 3]Eduardo Julian10-10/+10
2022-06-02Extensible import syntax [Part 2]Eduardo Julian1-1/+1
2022-06-01Extensible import syntax: Part 1Eduardo Julian11-106/+106
2022-04-09De-sigil-ification: *Eduardo Julian1-1/+1
2022-04-08Better names for random text/character generators.Eduardo Julian1-1/+3
2022-04-08Can now deploy releases with Aedifex.Eduardo Julian3-7/+190
2022-04-07Better snapshot deployments for Aedifex.Eduardo Julian5-70/+80
2022-04-07De-sigil-ification: &Eduardo Julian8-83/+101
2022-03-30Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian3-4/+4
2022-03-16JVM interop now allows importing inherited virtual/interface methods.Eduardo Julian1-1/+2
2022-03-16De-sigil-ification: prefix :Eduardo Julian1-5/+5
2022-03-16Generalized/type-agnostic arithmetic.Eduardo Julian1-1/+2
2022-03-15Leaner syntax for library/lux/control/exception.reportEduardo Julian1-13/+13
2022-03-15De-sigil-ification: ^Eduardo Julian2-4/+8
2022-03-14De-sigil-ification: >Eduardo Julian1-1/+0
2022-03-14Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian1-2/+2
2022-03-14De-sigil-ification: @Eduardo Julian7-77/+77
2022-02-23ADDED Can pass config parameters to compiler and select code based on it. Can...Eduardo Julian4-117/+123
2022-02-06Finishing the meta-compiler [Part 1]Eduardo Julian2-43/+45
2022-01-15Fixed a logging/reporting issue for Lux/JS.Eduardo Julian1-0/+1
2021-11-29New packaging for Ruby programs.Eduardo Julian2-26/+31
2021-10-09Fixed packaging issue.Eduardo Julian2-74/+74
2021-09-15"module:" => "using"Eduardo Julian9-9/+9
2021-09-14Re-named "recur" to "again".Eduardo Julian3-6/+6
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian2-2/+2
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian9-89/+89
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian8-65/+65
2021-09-12Made the "#" character great again!Eduardo Julian7-68/+68
2021-09-10Migrated variants to the new syntax.Eduardo Julian6-32/+32
2021-09-07De-taggification | part 4Eduardo Julian9-144/+144
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian4-5/+5
2021-09-04De-taggification | part 2Eduardo Julian9-112/+112
2021-09-03Unified tuple and record syntax.Eduardo Julian2-4/+4
2021-08-29De-taggification | part 0Eduardo Julian1-1/+1
2021-08-27Updates to the Ruby compiler.Eduardo Julian2-4/+4
2021-08-25Updates to the Lua compiler.Eduardo Julian1-5/+6
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian5-17/+17
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian5-24/+24
2021-08-18Some bug fixes.Eduardo Julian7-48/+47
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-1/+1
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-4/+4
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian3-7/+7
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian4-9/+8
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian2-10/+10
2021-08-08No more #export magic syntax.Eduardo Julian9-29/+29
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian7-14/+14
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian1-4/+4