aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
...
* add basic mem2reglemon2023-06-201-0/+1
| | | | | | | promotes uniform stack slots to temporaries currently only for immutable variables, next thing to implement is ssa construction
* frontend: separate compiler & lexerlemon2023-06-191-4/+3
|
* don't try to compile when debugging IRlemon2023-06-191-4/+5
|
* basic cli driverlemon2023-06-181-60/+293
|
* basic ELF outputlemon2023-06-171-5/+9
|
* isel skeletonlemon2023-06-101-0/+1
|
* codegen skeletonlemon2023-06-061-0/+3
|
* command line switch for debug optionslemon2023-06-051-1/+10
|
* better diagnosticslemon2023-06-041-1/+4
|
* check color outputlemon2023-05-281-0/+12
|
* bool fixeslemon2023-05-281-2/+2
|
* hmlemon2023-05-261-2/+36
|
* initial commitlemon2023-05-101-0/+27