aboutsummaryrefslogtreecommitdiffstats
path: root/src/ir.c
Commit message (Expand)AuthorAgeFilesLines
* Add a return opHEADmaindevBad Diode2022-04-251-1/+3
* Add BASM generation for `if` expressionsBad Diode2022-04-251-4/+41
* Remove and update old code in ir.hBad Diode2022-04-251-114/+1
* Add more error types for different pipeline stagesBad Diode2022-04-251-2/+26
* Add BASM generation for numeric comparisonsBad Diode2022-04-251-43/+106
* Add initial BASM generation for arithmetic opsBad Diode2022-04-221-8/+74
* Introduce scaffolding for basm IRBad Diode2022-04-221-0/+85