aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/cache.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 con...Eduardo Julian2020-12-021-22/+22
* 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