aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/command (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-143-14/+15
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-293-22/+21
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-293-11/+12
|
* Some renamings.Eduardo Julian2020-12-261-4/+5
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-259-266/+266
|
* Refactored "export" common syntax.Eduardo Julian2020-12-232-10/+11
|
* Properly naming unicode Block type.Eduardo Julian2020-12-221-5/+5
|
* Improved parsing speed for Lux code.Eduardo Julian2020-12-112-2/+2
|
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-106-43/+70
|
* Updated Lux license to v0.1.1.Eduardo Julian2020-12-103-38/+24
|
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-2/+1
|
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-039-260/+403
|
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-022-2/+29
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-028-57/+57
| | | | convention that only macros that deal with types may start with a colon.
* Test for Aedifex's "auto" command.Eduardo Julian2020-12-021-0/+147
|
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-287-58/+141
|
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-0/+147
|
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-2/+2
|
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-245-11/+99
|
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-071-0/+129
|
* Added CoMonad for CoFree.Eduardo Julian2020-11-021-0/+118
|
* Allow defining anonymous actors.Eduardo Julian2020-11-022-5/+5
|
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-311-0/+101
|
* Some small refactoring.Eduardo Julian2020-10-251-1/+1
|
* Changed type-parameters for Mixin types.Eduardo Julian2020-10-241-0/+67