aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-10Updated Lux license to v0.1.1.Eduardo Julian3-66/+63
2020-12-10Re-named "with-cover" to "for".Eduardo Julian3-6/+9
2020-12-03Detect duplicate files coming from dependencies.Eduardo Julian9-85/+120
2020-12-02Replaced "contains?" function with "key?" function.Eduardo Julian1-0/+16
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian7-29/+29
2020-12-02Test for Aedifex's "auto" command.Eduardo Julian1-134/+50
2020-12-01Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian2-2/+0
2020-11-28Added "private" macro to lux/debug.Eduardo Julian5-96/+123
2020-11-27Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian4-45/+45
2020-11-26Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2-17/+26
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian1-16/+10
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian3-5/+44
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian1-50/+22
2020-11-05Improved error reporting for syntax macros.Eduardo Julian1-2/+3
2020-11-02Added CoMonad for CoFree.Eduardo Julian1-0/+47
2020-11-02Allow defining anonymous actors.Eduardo Julian1-4/+5
2020-11-01Improved the design of actors.Eduardo Julian1-1/+1
2020-10-31Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian1-0/+62
2020-10-31Easy to use Rev constants.Eduardo Julian2-12/+12
2020-10-25Some small refactoring.Eduardo Julian2-8/+8
2020-10-24Changed type-parameters for Mixin types.Eduardo Julian1-0/+35
2020-10-24Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2-15/+17
2020-10-15Re-named "to-text" functions to "format".Eduardo Julian1-2/+2
2020-10-12Type-checking macros via the Macro' type from the standard library.Eduardo Julian2-7/+10
2020-10-09Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian2-13/+13
2020-10-03Gave Aedifex support for multiple profiles.Eduardo Julian3-33/+47
2020-10-03Added deployment code to Aedifex.Eduardo Julian1-0/+67
2020-08-29Test programs + auti build/test.Eduardo Julian3-0/+316