aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/build.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-2/+2
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-16/+13
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-271-44/+40
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-241-56/+72
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-181-17/+42
* Mo' updates, less problems.Eduardo Julian2021-02-071-1/+1
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-5/+14
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-1/+2
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-30/+30
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-101-6/+7