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