aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/build.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-3/+3
| | | | convention that only macros that deal with types may start with a colon.
* 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 ↵Eduardo Julian2020-10-091-2/+2
| | | | and short be default.
* Gave Aedifex support for multiple profiles.Eduardo Julian2020-10-031-13/+20
|
* Test programs + auti build/test.Eduardo Julian2020-08-291-0/+146