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
/
primitive.lux
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
No longer depending on the ASM library for JVM bytecode generation.
Eduardo Julian
2022-04-05
1
-114
/
+0
*
De-sigil-ification: prefix :
Eduardo Julian
2022-03-16
1
-1
/
+1
*
De-sigil-ification: ^
Eduardo Julian
2022-03-15
1
-5
/
+7
*
Made JVM "import:" syntax consistent with the other "import:"s.
Eduardo Julian
2022-03-14
1
-25
/
+25
*
Fixes for the pure-Lux JVM compiler machinery. [Part 5]
Eduardo Julian
2022-01-10
1
-1
/
+1
*
"module:" => "using"
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
-3
/
+3
*
De-taggification | part 4
Eduardo Julian
2021-09-07
1
-7
/
+7
*
De-taggification | part 2
Eduardo Julian
2021-09-04
1
-3
/
+3
*
De-taggification | part 0
Eduardo Julian
2021-08-29
1
-5
/
+5
*
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
2021-08-09
1
-5
/
+5
*
No more #export magic syntax.
Eduardo Julian
2021-08-08
1
-4
/
+4
*
Fixed a bug in the new compiler which allowed the same module to be imported ...
Eduardo Julian
2021-08-02
1
-9
/
+9
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
1
-11
/
+12
*
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
2021-07-11
1
-4
/
+6
*
Constraining the year of the snapshot time in Aedifex.
Eduardo Julian
2021-06-12
1
-1
/
+1
*
Unified repository abstraction for Aedifex.
Eduardo Julian
2020-12-29
1
-1
/
+1
*
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
2020-12-02
1
-5
/
+8
*
Better error messages when re-using a name when making a definition.
Eduardo Julian
2020-11-24
1
-10
/
+10
*
Type-checking macros via the Macro' type from the standard library.
Eduardo Julian
2020-10-12
1
-3
/
+3
*
Also using BIPUSH and SIPUSH during JVM generation.
Eduardo Julian
2020-10-09
1
-8
/
+25
*
Optimized generation of I64, F64 and variants on JVM.
Eduardo Julian
2020-10-07
1
-9
/
+68
*
Split new-luxc into lux-jvm and lux-r.
Eduardo Julian
2020-05-30
1
-0
/
+30