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 (
Collapse
)
Author
Age
Files
Lines
*
"module:" => "using"
Eduardo Julian
2021-09-15
1
-1
/
+1
|
*
Updated only/except import syntax to take into account record => variant ↵
Eduardo Julian
2021-09-13
1
-3
/
+3
|
|
|
|
syntax change.
*
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
|
|
|
|
more than once.
*
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 ↵
Eduardo Julian
2020-12-02
1
-5
/
+8
|
|
|
|
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 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