aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/cache.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-166/+0
|
* Some renamings.Eduardo Julian2020-12-261-2/+4
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-26/+26
|
* Refactored "export" common syntax.Eduardo Julian2020-12-231-34/+50
|
* Improved parsing speed for Lux code.Eduardo Julian2020-12-111-4/+4
|
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-101-40/+45
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-22/+22
| | | | 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-3/+3
|
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-1/+1
|
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-171-10/+15
|
* Allow defining anonymous actors.Eduardo Julian2020-11-021-0/+138