aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/compiler.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Renamed the "compilation" phase as the "generation" phase.Eduardo Julian2017-06-121-222/+0
| | | | - Implemented compilation of primitives. - Implemented compilation of structures.
* - Renamed "Error" to "Result".Eduardo Julian2017-05-171-20/+20
|
* WIPEduardo Julian2017-05-151-1/+1
| | | | | | - Simplified the Analysis type, by removing all meta-data. - Added analysis of function calls. - Added analysis of common Lux procedures. - Lots of refactoring.
* - Added tests for some kinds of analysis.Eduardo Julian2017-05-091-10/+77
| | | - WIP: Porting more code.
* - Renamed "AST" to "Code".Eduardo Julian2017-05-071-2/+2
|
* - Removed the "Debug" compiler mode.Eduardo Julian2017-05-041-3/+3
|
* - Removed the "S" suffix from AST tags.Eduardo Julian2017-05-031-7/+7
|
* - WIP: Implemented more functionality.Eduardo Julian2017-05-031-47/+107
| | | - Lots of refactorings.
* - WIP: Some initial implementations for some re-written infrastructure.Eduardo Julian2017-05-011-0/+95