aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extensible import syntax: Part 1Eduardo Julian2022-06-0111-106/+106
* De-sigil-ification: *Eduardo Julian2022-04-091-1/+1
* Better names for random text/character generators.Eduardo Julian2022-04-081-1/+3
* Can now deploy releases with Aedifex.Eduardo Julian2022-04-083-7/+190
* Better snapshot deployments for Aedifex.Eduardo Julian2022-04-075-70/+80
* De-sigil-ification: &Eduardo Julian2022-04-078-83/+101
* Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian2022-03-303-4/+4
* JVM interop now allows importing inherited virtual/interface methods.Eduardo Julian2022-03-161-1/+2
* De-sigil-ification: prefix :Eduardo Julian2022-03-161-5/+5
* Generalized/type-agnostic arithmetic.Eduardo Julian2022-03-161-1/+2
* Leaner syntax for library/lux/control/exception.reportEduardo Julian2022-03-151-13/+13
* De-sigil-ification: ^Eduardo Julian2022-03-152-4/+8
* De-sigil-ification: >Eduardo Julian2022-03-141-1/+0
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-141-2/+2
* De-sigil-ification: @Eduardo Julian2022-03-147-77/+77
* ADDED Can pass config parameters to compiler and select code based on it. Can...Eduardo Julian2022-02-234-117/+123
* Finishing the meta-compiler [Part 1]Eduardo Julian2022-02-062-43/+45
* Fixed a logging/reporting issue for Lux/JS.Eduardo Julian2022-01-151-0/+1
* New packaging for Ruby programs.Eduardo Julian2021-11-292-26/+31
* Fixed packaging issue.Eduardo Julian2021-10-092-74/+74
* "module:" => "using"Eduardo Julian2021-09-159-9/+9
* Re-named "recur" to "again".Eduardo Julian2021-09-143-6/+6
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-142-2/+2
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-139-89/+89
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-128-65/+65
* Made the "#" character great again!Eduardo Julian2021-09-127-68/+68
* Migrated variants to the new syntax.Eduardo Julian2021-09-106-32/+32
* De-taggification | part 4Eduardo Julian2021-09-079-144/+144
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-054-5/+5
* De-taggification | part 2Eduardo Julian2021-09-049-112/+112
* Unified tuple and record syntax.Eduardo Julian2021-09-032-4/+4
* De-taggification | part 0Eduardo Julian2021-08-291-1/+1
* Updates to the Ruby compiler.Eduardo Julian2021-08-272-4/+4
* Updates to the Lua compiler.Eduardo Julian2021-08-251-5/+6
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-245-17/+17
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-235-24/+24
* Some bug fixes.Eduardo Julian2021-08-187-48/+47
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-1/+1
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-4/+4
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-123-7/+7
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-114-9/+8
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-092-10/+10
* No more #export magic syntax.Eduardo Julian2021-08-089-29/+29
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-077-14/+14
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-4/+4
* Even more renamings.Eduardo Julian2021-08-011-1/+1
* More renamings.Eduardo Julian2021-07-302-3/+3
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-283-9/+9
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-277-14/+14
* Re-named Promise to Async.Eduardo Julian2021-07-269-59/+59