aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/test.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-271-2/+2
|
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-241-1/+5
|
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-181-4/+5
|
* 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-4/+4
|
* Updated Lux license to v0.1.1.Eduardo Julian2020-12-101-22/+23
|
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-2/+3
|
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-031-8/+14
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-2/+2
| | | | 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-12/+24
|
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-8/+13
|
* Test programs + auti build/test.Eduardo Julian2020-08-291-0/+29