aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/build.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Updated Lux license to v0.1.1.Eduardo Julian2020-12-101-37/+34
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-2/+3
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-031-7/+13
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-3/+3
* Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian2020-12-011-1/+0
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-52/+62
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-25/+15
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-261-1/+2
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-171-4/+5
* Allow defining anonymous actors.Eduardo Julian2020-11-021-4/+5
* Some small refactoring.Eduardo Julian2020-10-251-7/+7
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-241-10/+11
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-121-3/+4
* Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian2020-10-091-2/+2
* Gave Aedifex support for multiple profiles.Eduardo Julian2020-10-031-13/+20
* Test programs + auti build/test.Eduardo Julian2020-08-291-0/+146