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 (
Expand
)
Author
Age
Files
Lines
*
"module:" => "using"
Eduardo Julian
2021-09-15
1
-1
/
+1
*
Correctly analyzing records in the presence of local bindings.
Eduardo Julian
2021-09-15
1
-1
/
+1
*
Updated only/except import syntax to take into account record => variant synt...
Eduardo Julian
2021-09-13
1
-10
/
+10
*
Made the "#" character great again!
Eduardo Julian
2021-09-12
1
-14
/
+14
*
Migrated variants to the new syntax.
Eduardo Julian
2021-09-10
1
-10
/
+10
*
De-taggification | part 4
Eduardo Julian
2021-09-07
1
-12
/
+12
*
Applied new convention for variants.
Eduardo Julian
2021-09-06
1
-1
/
+1
*
Changed the syntax of do/be's (co)monad bindings.
Eduardo Julian
2021-09-05
1
-1
/
+1
*
De-taggification | part 2
Eduardo Julian
2021-09-04
1
-10
/
+10
*
Made labels (tags & slots) into a form of global binding.
Eduardo Julian
2021-08-29
1
-1
/
+1
*
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
*
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 libr...
Eduardo Julian
2020-06-24
1
-1
/
+1
*
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
*
Split new-luxc into lux-jvm and lux-r.
Eduardo Julian
2020-05-30
1
-0
/
+239