aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/reference (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-67/+0
|
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-2/+2
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-3/+4
|
* 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.