aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/cache.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian1-166/+0
2020-12-26Some renamings.Eduardo Julian1-2/+4
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-26/+26
2020-12-23Refactored "export" common syntax.Eduardo Julian1-34/+50
2020-12-11Improved parsing speed for Lux code.Eduardo Julian1-4/+4
2020-12-10Render XML to text in an indented form for human readability.Eduardo Julian1-40/+45
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-22/+22
2020-12-01Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian1-3/+3
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian1-1/+1
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-10/+15
2020-11-02Allow defining anonymous actors.Eduardo Julian1-0/+138