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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implemented an alternative method for extensible JVM bytecode generation.
Eduardo Julian
2019-12-28
7
-47
/
+942
*
Falling back to using the old method of JVM generation while I properly debug...
Eduardo Julian
2019-12-27
9
-53
/
+314
*
Bug fixes.
Eduardo Julian
2019-12-26
18
-166
/
+165
*
Optimized LuxRuntime::case and fixed a few bugs.
Eduardo Julian
2019-12-25
15
-53
/
+108
*
Ported program generation, host environment and packaging machinery to stdlib.
Eduardo Julian
2019-12-24
18
-447
/
+580
*
Properly track how the stack changes in the presence of discontinuities.
Eduardo Julian
2019-12-21
6
-128
/
+272
*
Ported JVM host extension generation to the new JVM bytecode machinery.
Eduardo Julian
2019-11-21
23
-4
/
+1194
*
Minor adjustments.
Eduardo Julian
2019-11-18
31
-457
/
+479
*
Tests for JVM bytecode machinery. [Part 5]
Eduardo Julian
2019-11-16
10
-1473
/
+311
*
WIP: Tests for JVM bytecode machinery. [Part 4]
Eduardo Julian
2019-11-16
2
-135
/
+141
*
WIP: Tests for JVM bytecode machinery. [Part 3]
Eduardo Julian
2019-11-15
4
-71
/
+330
*
Fixed the test for INVOKEINTERFACE.
Eduardo Julian
2019-11-14
2
-14
/
+10
*
WIP: Tests for JVM bytecode machinery. [Part 2]
Eduardo Julian
2019-11-10
1
-38
/
+369
*
WIP: Tests for JVM bytecode machinery. [Part 1]
Eduardo Julian
2019-11-09
1
-26
/
+284
*
WIP: Tests for JVM bytecode machinery. [Part 0]
Eduardo Julian
2019-11-09
8
-260
/
+768
*
WIP: Major refactoring of JVM bytecode machinery.
Eduardo Julian
2019-11-07
54
-561
/
+2251
*
Almost completely ported JVM runtime generation to the new JVM bytecode machi...
Eduardo Julian
2019-10-27
25
-659
/
+1356
*
Ported JVM common extension generation to the new JVM bytecode machinery.
Eduardo Julian
2019-10-17
8
-25
/
+549
*
CHANGE shifting forged labels to avoid accidental collisions with legitimate ...
Eduardo Julian
2019-10-17
5
-11
/
+23
*
FIX old compiler could allow aliases to be defined more than once
Eduardo Julian
2019-10-17
3
-7
/
+11
*
Ported JVM pattern-matching & loop generation to the new JVM bytecode machinery.
Eduardo Julian
2019-10-17
10
-52
/
+493
*
Ported JVM function generation to the new JVM bytecode machinery.
Eduardo Julian
2019-10-16
29
-366
/
+684
*
Now allowing types for methods.
Eduardo Julian
2019-10-16
10
-116
/
+132
*
Small refactoring
Eduardo Julian
2019-10-16
4
-31
/
+30
*
Compiler extensions have been tested to work.
Eduardo Julian
2019-10-15
18
-93
/
+454
*
The new compiler can compile & run the stdlib's test suite.
Eduardo Julian
2019-10-14
6
-83
/
+145
*
Small improvements + fixes
Eduardo Julian
2019-10-10
8
-167
/
+166
*
Updated old luxc to work with latest the JVM (and changes in lux-lein)
Eduardo Julian
2019-10-09
11
-66
/
+55
*
Updated lux-mode to work with the latest Emacs
Eduardo Julian
2019-10-09
1
-107
/
+110
*
Updated lux-lein to work with latest JVM and Leiningen
Eduardo Julian
2019-10-09
3
-38
/
+68
*
Merge pull request #51 from fachammer/master
Eduardo Julián
2019-09-19
1
-0
/
+0
|
\
|
*
rename documentation file
fachammer
2019-09-18
1
-0
/
+0
*
|
Now generating a "LuxProgram" class, instead of a "_" class.
Eduardo Julian
2019-09-18
2
-15
/
+14
*
|
Fixed a bug wherein definitions created while processing module referrals did...
Eduardo Julian
2019-09-18
2
-2
/
+5
*
|
Added packaging machinery for the JVM compiler.
Eduardo Julian
2019-09-18
6
-42
/
+177
*
|
Some refactoring.
Eduardo Julian
2019-09-17
4
-17
/
+26
|
/
*
Fixed some bugs related to JVM types.
Eduardo Julian
2019-09-17
12
-17
/
+30
*
Added the ":let" macro to enable reuse of type fragments in larger types.
Eduardo Julian
2019-09-15
3
-6
/
+23
*
Implemented function memoization.
Eduardo Julian
2019-09-15
4
-22
/
+147
*
Implemented mixin-style function composition.
Eduardo Julian
2019-09-15
2
-4
/
+69
*
Added a small Markdown document explaining the syntax rules.
Eduardo Julian
2019-09-15
1
-0
/
+179
*
Disabled loop optimization in the old compiler.
Eduardo Julian
2019-09-15
1
-9
/
+11
*
Commented out the exclusion of the "org/ow2/asm/asm-all" dependency.
Eduardo Julian
2019-09-15
1
-1
/
+2
*
Got the tests running again.
Eduardo Julian
2019-09-15
29
-117
/
+161
*
More fixes.
Eduardo Julian
2019-09-14
20
-573
/
+766
*
Some fixes.
Eduardo Julian
2019-09-08
12
-817
/
+904
*
Moved polytypic code generators to their own branch.
Eduardo Julian
2019-09-07
3
-11
/
+13
*
Re-named "lux/control/contract" to "lux/control/function/contract".
Eduardo Julian
2019-09-07
3
-126
/
+230
*
Renamed "Statement" to "Directive".
Eduardo Julian
2019-09-07
18
-332
/
+332
*
Got rid of a useless parameter to the INVOKE instructions.
Eduardo Julian
2019-09-07
13
-93
/
+77
[prev]
[next]