aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/host (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-101-1/+1
|
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-123-61/+61
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-292-7/+9
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-293-167/+167
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-023-127/+134
| | | | convention that only macros that deal with types may start with a colon.
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-251-1/+1
|
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-123-106/+106
|
* Last bug fixes to get the new JVM compiler to fully process the standard ↵Eduardo Julian2020-06-241-1/+1
| | | | library and its tests.
* Implemented an optimization for getting fields/slots from records in the new ↵Eduardo Julian2020-06-011-1/+2
| | | | compiler.
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-303-0/+893