aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-12A bit more clarity for Licentia licenses.Eduardo Julian1-4/+13
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian1-1/+6
2021-07-02No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian1-5/+6
2021-06-24Added a macro for type-casting JVM objects.Eduardo Julian1-2/+2
2021-01-08Moved "log!" function under "lux/debug".Eduardo Julian1-1/+2
2021-01-03Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian1-2/+2
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian1-5/+16
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-4/+4
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-10/+10
2020-12-23Refactored "export" common syntax.Eduardo Julian1-3/+2
2020-12-22Properly naming unicode Block type.Eduardo Julian1-13/+21
2020-12-10Render XML to text in an indented form for human readability.Eduardo Julian1-55/+56
2020-12-10Updated Lux license to v0.1.1.Eduardo Julian1-7/+5
2020-12-10Re-named "with-cover" to "for".Eduardo Julian1-37/+52
2020-12-04Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian1-61/+71
2020-12-03Detect duplicate files coming from dependencies.Eduardo Julian1-59/+65
2020-12-02Replaced "contains?" function with "key?" function.Eduardo Julian1-0/+5
2020-12-02Test for Aedifex's "auto" command.Eduardo Julian1-6/+14
2020-11-28Added "private" macro to lux/debug.Eduardo Julian1-8/+14
2020-11-27Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian1-4/+4
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian1-4/+11
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-31/+17
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian1-6/+30
2020-11-02Added CoMonad for CoFree.Eduardo Julian1-0/+5
2020-11-02Allow defining anonymous actors.Eduardo Julian1-5/+5
2020-10-31Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian1-13/+2
2020-10-31Easy to use Rev constants.Eduardo Julian1-1/+1
2020-10-25Some small refactoring.Eduardo Julian1-5/+5
2020-10-25Some improvements to the Lux syntax parser.Eduardo Julian1-32/+3
2020-10-24Changed type-parameters for Mixin types.Eduardo Julian1-33/+13
2020-10-24Re-named "search" to "one" and "search-all" to "all".Eduardo Julian1-2/+3
2020-10-12Type-checking macros via the Macro' type from the standard library.Eduardo Julian1-1/+1
2020-10-03Gave Aedifex support for multiple profiles.Eduardo Julian1-54/+53
2020-10-03Added deployment code to Aedifex.Eduardo Julian1-3/+8
2020-08-29Test programs + auti build/test.Eduardo Julian1-3/+16
2020-08-28Build programs.Eduardo Julian1-1/+6
2020-08-26Download and catch dependencies in Aedifex.Eduardo Julian1-30/+64
2020-08-17Add local repo installation to Aedifex.Eduardo Julian1-15/+33
2020-08-12WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian1-0/+93