aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/reference (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-1/+1
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-171-5/+5
* Improved naming when evaluating code on the host platform.Eduardo Julian2020-08-101-6/+9
* Updated test for function optimization.Eduardo Julian2020-06-111-1/+2
* Properly implemented and enabled loop optimization.Eduardo Julian2020-06-031-1/+4
* Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian2020-06-011-0/+59