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
/
common.jvm.lux
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Now implementing atom functionality in stdlib instead of the compiler.
Eduardo Julian
2018-07-31
1
-2
/
+0
|
*
- Some fixes due to recent changes in stdlib.
Eduardo Julian
2018-07-22
1
-23
/
+24
|
|
|
- Removed some (now) useless modules.
*
WIP: Fix new-luxc's JVM back-end.
Eduardo Julian
2018-07-18
1
-138
/
+69
|
*
- Re-named "import" to "import:".
Eduardo Julian
2018-07-03
1
-6
/
+6
|
*
- Re-named ":!" to ":coerce".
Eduardo Julian
2018-07-03
1
-11
/
+11
|
*
- WIP: Adjustments to new-luxc based on recent changes to stdlib.
Eduardo Julian
2018-06-15
1
-8
/
+9
|
*
- Re-named "Top" to "Any", and "Bottom" to "Nothing".
Eduardo Julian
2018-05-20
1
-6
/
+6
|
|
|
- Removed some modules that should have been deleted before.
*
- Re-named "Compiler" type to "Lux".
Eduardo Julian
2018-05-10
1
-2
/
+1
|
*
- Updated new-luxc to the latest stdlib changes.
Eduardo Julian
2018-05-06
1
-6
/
+6
|
*
- Adapted new-luxc's code to latest stdlib changes.
Eduardo Julian
2018-04-06
1
-13
/
+18
|
*
- Got JS backend to build with the rest of the new-luxc code.
Eduardo Julian
2018-01-28
1
-4
/
+4
|
*
- Moved all translation code under the JVM path (in preparation for porting ↵
Eduardo Julian
2018-01-08
1
-0
/
+136
the JS back-end).