aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* add statements ending in ; and allow parsing multiple of themMathias Magnusson2025-06-02
|
* make Lexer peekable without a wrapperMathias Magnusson2025-06-02
|
* dont set quotient in every loop iteration in integer print procedureMathias Magnusson2025-06-02
|
* add identifiers, procedure calls and a built in print procedureMathias Magnusson2025-06-01
|
* codegen: fix some small bugsMathias Magnusson2025-06-01
|
* codegen: add RV64M extensionMathias Magnusson2025-06-01
|
* capitalize Lexer.zig correctlyMathias Magnusson2025-06-01
|
* add (slightly) prett(ier) printing for exprsMathias Magnusson2025-06-01
|
* refactor slightly and fix bug in lexerMathias Magnusson2025-06-01
|
* add subtractionMathias Magnusson2025-06-01
|
* codegen: make register allocation fail with error rather than returning nullMathias Magnusson2025-06-01
|
* codegen integer literals correctlyMathias Magnusson2025-05-31
| | | | This was not as easy as one would expect ☠️
* Refactor codegen a bitMathias Magnusson2025-05-31
|
* 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