aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/build.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extensible import syntax [Part 2]Eduardo Julian2022-06-021-1/+1
* Extensible import syntax: Part 1Eduardo Julian2022-06-011-18/+18
* De-sigil-ification: *Eduardo Julian2022-04-091-1/+1
* Better names for random text/character generators.Eduardo Julian2022-04-081-1/+3
* Better snapshot deployments for Aedifex.Eduardo Julian2022-04-071-4/+2
* De-sigil-ification: &Eduardo Julian2022-04-071-29/+34
* Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian2022-03-301-2/+2
* 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
* De-sigil-ification: ^Eduardo Julian2022-03-151-3/+5
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-141-2/+2
* De-sigil-ification: @Eduardo Julian2022-03-141-23/+23
* ADDED Can pass config parameters to compiler and select code based on it. Can...Eduardo Julian2022-02-231-5/+10
* Finishing the meta-compiler [Part 1]Eduardo Julian2022-02-061-42/+44
* Fixed a logging/reporting issue for Lux/JS.Eduardo Julian2022-01-151-0/+1
* New packaging for Ruby programs.Eduardo Julian2021-11-291-1/+6
* Fixed packaging issue.Eduardo Julian2021-10-091-43/+43
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* Re-named "recur" to "again".Eduardo Julian2021-09-141-3/+3
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-141-1/+1
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-18/+18
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-24/+24
* Made the "#" character great again!Eduardo Julian2021-09-121-43/+43
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-24/+24
* De-taggification | part 4Eduardo Julian2021-09-071-27/+27
* De-taggification | part 2Eduardo Julian2021-09-041-19/+19
* De-taggification | part 0Eduardo Julian2021-08-291-1/+1
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-3/+3
* Updates to the Lua compiler.Eduardo Julian2021-08-251-5/+6
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-3/+3
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-16/+16
* Some bug fixes.Eduardo Julian2021-08-181-32/+32
* 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-121-4/+4
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-3/+2
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-9/+9
* No more #export magic syntax.Eduardo Julian2021-08-081-12/+12
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-4/+4
* Even more renamings.Eduardo Julian2021-08-011-1/+1
* More renamings.Eduardo Julian2021-07-301-2/+2
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-281-6/+6
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-7/+7
* Re-named Promise to Async.Eduardo Julian2021-07-261-28/+28
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-7/+7
* Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian2021-07-241-14/+113
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-28/+29
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-121-9/+11
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-35/+45