aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* actually codegen the provided codeMathias Magnusson2025-05-31
| | | | | | ... well, since all we can do is to add integer literals, we produce code for the calculations and then perform the exit syscall with the result
* write a riscy little elfMathias Magnusson2025-05-30
|
* create initial simple elf fileMathias Magnusson2025-05-29
|
* compile some god damn additionsMathias Magnusson2025-05-29
|
* initial commitMathias Magnusson2025-05-28