aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/build.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-10Re-named "with-cover" to "for".Eduardo Julian1-2/+3
2020-12-03Detect duplicate files coming from dependencies.Eduardo Julian1-7/+13
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-3/+3
2020-12-01Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian1-1/+0
2020-11-28Added "private" macro to lux/debug.Eduardo Julian1-52/+62
2020-11-27Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian1-25/+15
2020-11-26Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian1-1/+2
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-4/+5
2020-11-02Allow defining anonymous actors.Eduardo Julian1-4/+5
2020-10-25Some small refactoring.Eduardo Julian1-7/+7
2020-10-24Re-named "search" to "one" and "search-all" to "all".Eduardo Julian1-10/+11
2020-10-12Type-checking macros via the Macro' type from the standard library.Eduardo Julian1-3/+4
2020-10-09Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian1-2/+2
2020-10-03Gave Aedifex support for multiple profiles.Eduardo Julian1-13/+20
2020-08-29Test programs + auti build/test.Eduardo Julian1-35/+37
2020-08-28Build programs.Eduardo Julian1-0/+144