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.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-11-01
- Re-organized code-generation, and re-named it "translation".
Eduardo Julian
1
-179
/
+0
2017-11-01
- Re-organized synthesis.
Eduardo Julian
1
-5
/
+5
2017-10-31
- Re-named "parser" to "syntax".
Eduardo Julian
1
-2
/
+2
2017-10-31
- Re-organized analysis.
Eduardo Julian
1
-5
/
+5
2017-10-31
- Re-named "expr" module to "expression".
Eduardo Julian
1
-4
/
+4
2017-10-29
- Fixed some bugs.
Eduardo Julian
1
-27
/
+19
2017-10-26
- Added a new piece of compiler state, just for storing the current-module.
Eduardo Julian
1
-0
/
+1
2017-10-26
- WIP: Wiring everything to get the compiler to work fully.
Eduardo Julian
1
-77
/
+104
2017-10-18
- Updated to the latest changes in stdlib.
Eduardo Julian
1
-36
/
+36
2017-09-08
- Re-named "jvm-import" to "import".
Eduardo Julian
1
-2
/
+2
2017-06-27
- Adapted compiler to the latest stdlib changes.
Eduardo Julian
1
-4
/
+5
2017-06-12
- Renamed the "compilation" phase as the "generation" phase.
Eduardo Julian
1
-67
/
+3
2017-05-17
- Renamed "Error" to "Result".
Eduardo Julian
1
-20
/
+20
2017-05-15
WIP
Eduardo Julian
1
-1
/
+1
2017-05-09
- Added tests for some kinds of analysis.
Eduardo Julian
1
-10
/
+77
2017-05-07
- Renamed "AST" to "Code".
Eduardo Julian
1
-2
/
+2
2017-05-04
- Removed the "Debug" compiler mode.
Eduardo Julian
1
-3
/
+3
2017-05-03
- Removed the "S" suffix from AST tags.
Eduardo Julian
1
-7
/
+7
2017-05-03
- WIP: Implemented more functionality.
Eduardo Julian
1
-47
/
+107
2017-05-01
- WIP: Some initial implementations for some re-written infrastructure.
Eduardo Julian
1
-0
/
+95