aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/extension/host.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-9/+9
| | | | convention that only macros that deal with types may start with a colon.
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-11/+11
|
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-251-2/+2
|
* Calculate SHA-1 and MD5 hashes.Eduardo Julian2020-08-181-9/+9
|
* Improved naming when evaluating code on the host platform.Eduardo Julian2020-08-101-25/+33
|
* Bug fixes.Eduardo Julian2020-06-231-2/+3
|
* Optimizing tests for bit/i64/f64/text literals during pattern-matching.Eduardo Julian2020-06-191-3/+16
|
* Implemented an optimization for getting fields/slots from records in the new ↵Eduardo Julian2020-06-011-6/+10
| | | | compiler.
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-301-0/+1047