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
/
generator
/
procedure
/
host.jvm.lux
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2017-11-01
- Re-organized code-generation, and re-named it "translation".
Eduardo Julian
1
-763
/
+0
2017-11-01
- Re-organized synthesis.
Eduardo Julian
1
-1
/
+0
2017-10-31
- Re-organized analysis.
Eduardo Julian
1
-2
/
+1
2017-10-31
- Migrated the format of analysis nodes from a custom data-type, to just ↵
Eduardo Julian
1
-1
/
+0
Code nodes.
2017-10-31
- Moved the "host" directory from under "generator" to under "luxc".
Eduardo Julian
1
-5
/
+5
2017-10-30
- Migrated the format of synthesis nodes from a custom data-type, to just ↵
Eduardo Julian
1
-15
/
+18
Code nodes.
2017-10-29
- Fixed some bugs.
Eduardo Julian
1
-3
/
+4
- Improved error reporting. - Implemented macro-expansion (for JVM). - Implemented "let" compilation.
2017-10-26
- Fixed some compiler tests.
Eduardo Julian
1
-6
/
+6
2017-10-19
- Compilation for method invocation.
Eduardo Julian
1
-4
/
+168
2017-10-18
- Updated to the latest changes in stdlib.
Eduardo Julian
1
-12
/
+12
2017-10-14
- Compilation and tests for fields.
Eduardo Julian
1
-1
/
+156
2017-10-14
- Compilation for object-based procedures.
Eduardo Julian
1
-0
/
+72
2017-10-12
- Compilation and tests for arrays.
Eduardo Julian
1
-0
/
+97
2017-10-12
- Compilation and tests for arithmetic, bit-wise operations and order.
Eduardo Julian
1
-0
/
+168
2017-10-12
- Compilation and tests for primitive conversions.
Eduardo Julian
1
-0
/
+106