aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/generator (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Tested the compilation for "nat" procedures.Eduardo Julian2017-07-034-155/+257
| | | | - Expanded the runtime. - Some bug-fixes and refactorings.
* - Adjusted compiler to the new lack of Char type.Eduardo Julian2017-07-025-6/+4
| | | - WIP: PM/case synthesis.
* - WIP: Added generation for common procedures.Eduardo Julian2017-06-3010-42/+1115
|
* - Heavy refactoring.Eduardo Julian2017-06-1411-305/+660
|
* - Renamed the "compilation" phase as the "generation" phase.Eduardo Julian2017-06-128-0/+568
- Implemented compilation of primitives. - Implemented compilation of structures.