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
/
new-luxc
/
source
/
luxc
/
lang
/
translation
/
jvm
/
function.jvm.lux
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Some refactoring around synthesis.
Eduardo Julian
2019-03-03
1
-1
/
+1
|
*
Some refactoring around analysis.
Eduardo Julian
2019-03-03
1
-1
/
+1
|
*
Got new-luxc to compile/build again.
Eduardo Julian
2019-02-24
1
-13
/
+15
|
*
Extracted "phase" from under "lux/platform/compiler/default".
Eduardo Julian
2018-10-29
1
-6
/
+5
|
*
Nested the compiler and the interpreter under the lux/platform/* path.
Eduardo Julian
2018-10-29
1
-7
/
+8
|
*
Adapted new-luxc to some of the latest changes to Lux.
Eduardo Julian
2018-07-29
1
-33
/
+33
|
*
- Some fixes due to recent changes in stdlib.
Eduardo Julian
2018-07-22
1
-15
/
+16
|
|
|
- Removed some (now) useless modules.
*
WIP: Fix new-luxc's JVM back-end. [Part 2]
Eduardo Julian
2018-07-19
1
-185
/
+186
|
*
Switched to using new bit syntax in new-luxc.
Eduardo Julian
2018-07-14
1
-12
/
+12
|
*
Re-named "Bool" type to "Bit".
Eduardo Julian
2018-07-13
1
-1
/
+1
|
*
- WIP: Adjustments to new-luxc based on recent changes to stdlib.
Eduardo Julian
2018-06-15
1
-21
/
+21
|
*
- Adapted new-luxc's code to latest stdlib changes.
Eduardo Julian
2018-04-06
1
-7
/
+7
|
*
- Moved all translation code under the JVM path (in preparation for porting ↵
Eduardo Julian
2018-01-08
1
-0
/
+325
the JS back-end).