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
/
directive
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]
Eduardo Julian
2022-02-03
1
-498
/
+498
|
*
Bug fixes for eval in general and in Lux/Ruby.
Eduardo Julian
2022-01-25
1
-9
/
+9
|
*
Fixed compilation of <init> methods for anonymous classes.
Eduardo Julian
2022-01-24
1
-72
/
+73
|
*
Added tree-shaking to the compiler.
Eduardo Julian
2021-11-19
1
-6
/
+42
|
*
"module:" => "using"
Eduardo Julian
2021-09-15
1
-1
/
+1
|
*
"Row" => "Sequence"
Eduardo Julian
2021-09-15
1
-8
/
+8
|
*
Correctly analyzing records in the presence of local bindings.
Eduardo Julian
2021-09-15
1
-2
/
+2
|
*
Re-named "Name" to "Symbol".
Eduardo Julian
2021-09-14
1
-1
/
+1
|
*
Updated new compilers w.r.t. removal of tags/labels.
Eduardo Julian
2021-09-13
1
-3
/
+3
|
*
Updated only/except import syntax to take into account record => variant ↵
Eduardo Julian
2021-09-13
1
-20
/
+20
|
|
|
|
syntax change.
*
Re-named \ => # && \\ => ##
Eduardo Julian
2021-09-12
1
-63
/
+63
|
*
Made the "#" character great again!
Eduardo Julian
2021-09-12
1
-271
/
+271
|
*
Migrated variants to the new syntax.
Eduardo Julian
2021-09-10
1
-145
/
+145
|
*
De-taggification | part 4
Eduardo Julian
2021-09-07
1
-29
/
+29
|
*
Changed the syntax of do/be's (co)monad bindings.
Eduardo Julian
2021-09-05
1
-15
/
+15
|
*
De-taggification | part 2
Eduardo Julian
2021-09-04
1
-20
/
+20
|
*
Unified tuple and record syntax.
Eduardo Julian
2021-09-03
1
-4
/
+4
|
*
Updates to the Ruby compiler.
Eduardo Julian
2021-08-27
1
-1
/
+1
|
*
Updates to the Lua compiler.
Eduardo Julian
2021-08-25
1
-11
/
+13
|
*
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
2021-08-24
1
-70
/
+70
|
*
The Python compiler can now be compiled by the new JVM compiler.
Eduardo Julian
2021-08-23
1
-19
/
+19
|
*
Some bug fixes.
Eduardo Julian
2021-08-18
1
-1
/
+1
|
*
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
2021-08-16
1
-19
/
+19
|
*
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
2021-08-13
1
-1
/
+1
|
*
Improved binding syntax for "syntax:".
Eduardo Julian
2021-08-12
1
-4
/
+4
|
*
Relocated maybe and lazy from data to control.
Eduardo Julian
2021-08-11
1
-2
/
+2
|
*
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
2021-08-09
1
-10
/
+10
|
*
No more #export magic syntax.
Eduardo Julian
2021-08-08
1
-24
/
+24
|
*
Fixed a bug in the new compiler which allowed the same module to be imported ↵
Eduardo Julian
2021-08-02
1
-102
/
+102
|
|
|
|
more than once.
*
Automatically handling input/output conversions for methods in new JVM ↵
Eduardo Julian
2021-07-23
1
-49
/
+64
|
|
|
|
compiler.
*
New JVM compiler can now compile JVM classes.
Eduardo Julian
2021-07-22
1
-18
/
+826
|
*
Updated the Scriptum documentation generator.
Eduardo Julian
2021-07-20
1
-1
/
+2
|
*
New JVM compiler can now compile JVM interfaces.
Eduardo Julian
2021-07-18
1
-19
/
+119
|
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
1
-34
/
+35
|
*
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
2021-07-11
1
-6
/
+6
|
*
Made sure the "phase" parameter of extensions is always usable (even across ↵
Eduardo Julian
2021-07-08
1
-11
/
+29
|
|
|
|
language boundaries)
*
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
-4
/
+5
|
*
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
2020-12-29
1
-70
/
+70
|
*
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵
Eduardo Julian
2020-12-02
1
-1
/
+2
|
|
|
|
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
-14
/
+14
|
*
Type-checking macros via the Macro' type from the standard library.
Eduardo Julian
2020-10-12
1
-1
/
+1
|
*
Last bug fixes to get the new JVM compiler to fully process the standard ↵
Eduardo Julian
2020-06-24
1
-12
/
+11
|
|
|
|
library and its tests.
*
Split new-luxc into lux-jvm and lux-r.
Eduardo Julian
2020-05-30
1
-0
/
+538