aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/structure.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-1/+1
|
* No more #export magic syntax.Eduardo Julian2021-08-081-9/+9
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-021-18/+18
| | | | more than once.
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-181-1/+2
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-29/+30
|
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-121-1/+1
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-3/+4
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-2/+2
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-5/+7
| | | | 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-121-2/+2
|
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-091-17/+45
|
* Optimized generation of I64, F64 and variants on JVM.Eduardo Julian2020-10-071-4/+12
|
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-301-0/+79