aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Made sure the "phase" parameter of extensions is always usable (even across ↵Eduardo Julian2021-07-081-45/+49
| | | | language boundaries)
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-122-4/+4
|
* "lux io current-time" is no longer an extension.Eduardo Julian2021-05-311-14/+1
|
* Continuing with LuaEduardo Julian2021-02-101-3/+5
|
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-281-5/+3
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-292-4/+6
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-292-253/+253
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-022-11/+12
| | | | 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
|
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-121-5/+5
|
* 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-302-0/+1435