• Joined on 2024-01-31
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-11 09:04:16 -05:00
665c16fde2 making the functions kind of walk
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-11 05:51:36 -05:00
6e36f62512 fixing relative jumps to not offset from immidiate adress but from instruction adress
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-10 15:54:15 -05:00
1f987a15fb now compiling some trivial arithmetic
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-10 14:38:18 -05:00
e4a8caddbf compiling return stmt
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-10 14:33:47 -05:00
d4fd2ce9d3 compiling return stmt
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-10 08:29:15 -05:00
a33134c908 fixing JALA and JAL saving self reference instead of reference to the next instruction
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-09 16:43:21 -05:00
89b219b6f0 accident
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-09 16:42:04 -05:00
17ef9dc21b starting from zero again
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-09 11:24:34 -05:00
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-09 11:22:35 -05:00
Compare 2 commits »
mlokis pushed to trunk at AbleOS/holey-bytes 2024-02-14 05:32:02 -06:00
a8cf9a7406 fixing deprecated stuff, i hate this
mlokis pushed to trunk at AbleOS/holey-bytes 2024-02-13 08:54:50 -06:00
c63e5e697a running cargo updtae to fix the broken build on nightly
mlokis pushed to trunk at AbleOS/holey-bytes 2024-02-04 11:32:58 -06:00
87ca816a64 more
mlokis pushed to trunk at AbleOS/holey-bytes 2024-02-04 03:34:37 -06:00
mlokis pushed to trunk at AbleOS/holey-bytes 2024-02-03 14:44:03 -06:00
f00c5decd5 some more progress on codegen
mlokis pushed to trunk at AbleOS/holey-bytes 2024-02-01 09:11:14 -06:00
22b61d3be3 adding more parsing with a sanity test
mlokis pushed to trunk at AbleOS/holey-bytes 2024-01-31 13:12:02 -06:00
78fd7ce9af establishing some syntax
mlokis pushed to trunk at AbleOS/holey-bytes 2024-01-31 10:54:41 -06:00
94153af88a fixing some warnings
mlokis pushed to trunk at AbleOS/holey-bytes 2024-01-31 09:47:23 -06:00
28c4410241 removing useles import, super important change