index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lux-jvm
/
source
/
luxc
/
lang
/
translation
/
jvm
/
case.lux
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
The Python compiler can now be compiled by the new JVM compiler.
Eduardo Julian
2021-08-23
1
-26
/
+26
|
*
Some bug fixes.
Eduardo Julian
2021-08-18
1
-1
/
+1
|
*
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
2021-08-09
1
-2
/
+2
|
*
No more #export magic syntax.
Eduardo Julian
2021-08-08
1
-5
/
+5
|
*
Fixed a bug in the new compiler which allowed the same module to be imported ↵
Eduardo Julian
2021-08-02
1
-93
/
+105
|
|
|
|
more than once.
*
New JVM compiler can now compile JVM interfaces.
Eduardo Julian
2021-07-18
1
-6
/
+6
|
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
1
-26
/
+27
|
*
Unified repository abstraction for Aedifex.
Eduardo Julian
2020-12-29
1
-2
/
+3
|
*
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
2020-12-29
1
-36
/
+36
|
*
Better error messages when re-using a name when making a definition.
Eduardo Julian
2020-11-24
1
-51
/
+51
|
*
Also using BIPUSH and SIPUSH during JVM generation.
Eduardo Julian
2020-10-09
1
-7
/
+8
|
*
Last bug fixes to get the new JVM compiler to fully process the standard ↵
Eduardo Julian
2020-06-24
1
-1
/
+1
|
|
|
|
library and its tests.
*
Optimizing tests for bit/i64/f64/text literals during pattern-matching.
Eduardo Julian
2020-06-19
1
-28
/
+46
|
*
Optimizing-away unnecessary variable declarations/bindings.
Eduardo Julian
2020-06-12
1
-17
/
+12
|
*
Basic pattern-matching optimizations.
Eduardo Julian
2020-06-09
1
-28
/
+26
|
*
Properly implemented and enabled loop optimization.
Eduardo Julian
2020-06-03
1
-2
/
+1
|
*
Implemented an optimization for getting fields/slots from records in the new ↵
Eduardo Julian
2020-06-01
1
-16
/
+42
|
|
|
|
compiler.
*
Split new-luxc into lux-jvm and lux-r.
Eduardo Julian
2020-05-30
1
-0
/
+239