aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/compiler (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-06-12- Renamed the "compilation" phase as the "generation" phase.Eduardo Julian5-192/+0
- Implemented compilation of primitives. - Implemented compilation of structures.
2017-05-17- Renamed "Error" to "Result".Eduardo Julian5-19/+18
2017-05-15WIPEduardo Julian1-1/+5
- Simplified the Analysis type, by removing all meta-data. - Added analysis of function calls. - Added analysis of common Lux procedures. - Lots of refactoring.
2017-05-09- Added tests for some kinds of analysis.Eduardo Julian3-18/+110
- WIP: Porting more code.
2017-05-07- Renamed "AST" to "Code".Eduardo Julian2-3/+3
2017-05-03- WIP: Implemented more functionality.Eduardo Julian3-10/+18
- Lots of refactorings.
2017-05-01- WIP: Some initial implementations for some re-written infrastructure.Eduardo Julian4-0/+89