aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/reference (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-1/+1
| | | | convention that only macros that deal with types may start with a colon.
* 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
compiler.