aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/reference (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-67/+0
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-2/+2
"signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-3/+4
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian1-1/+1
convention that only macros that deal with types may start with a colon.
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-5/+5
2020-08-10Improved naming when evaluating code on the host platform.Eduardo Julian1-6/+9
2020-06-11Updated test for function optimization.Eduardo Julian1-1/+2
2020-06-03Properly implemented and enabled loop optimization.Eduardo Julian1-1/+4
2020-06-01Implemented an optimization for getting fields/slots from records in the new ↵Eduardo Julian1-0/+59
compiler.