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