12 Commits

Author SHA1 Message Date
0de27e01fd i am so fucking stupid, how tf did i manage to mess this up
I used the rsp register instead of the rbp register for accessing the
stack variables, rsp is the wrong base and changes constantly

fuck
2025-03-14 16:40:53 +01:00
e5f576251a amd64: add comments, still broken btw 2025-03-13 16:45:13 +01:00
8137b45788 amd64: function call support WIP broken 2025-03-12 22:28:59 +01:00
508b3fdc7a added functions till typechecker WIP 2025-02-27 11:15:17 +01:00
9e6e3bd1e4 if expressions 2025-02-02 14:15:16 +01:00
bc554cdedf added new equality operators 2025-01-27 10:08:23 +01:00
5b46794539 added block and no return value generation 2025-01-26 21:05:28 +01:00
9fe5f322a1 fixed equal and not equal 2025-01-23 22:24:00 +01:00
8e684b800c added equal and not equal, tests are needed for those 2025-01-23 14:46:42 +01:00
8bb0bb9a4e finished binary expression 2025-01-22 21:16:14 +01:00
1e68083aad begin binary expressions 2025-01-22 18:21:30 +01:00
c33321c259 begin cmd 2025-01-21 14:24:32 +01:00