• Joined on 2024-01-31
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-16 05:56:38 -05:00
afc43526b4 slightly optimizing assignment
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-16 05:42:14 -05:00
f0df28fc66 doing same for arguments
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-16 05:23:41 -05:00
b91801b886 making the variables smarter (only putting then on stack when they get referenced)
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-15 07:39:39 -05:00
ed648e10e1 cargo update
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-15 07:37:06 -05:00
c79f2c376f accident
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-15 07:36:43 -05:00
c1f479e721 removing deendence on macros with a simple build script
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-15 04:10:25 -05:00
6ac6c5b1e5 implementing codegen for all the operators
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-15 03:37:43 -05:00
adfbe7c200 adding '<op>=' syntax
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-14 16:07:37 -05:00
409b390ba5 adding directives
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-14 08:03:40 -05:00
812fe8b4bd painfully, but suddle bugs with pointers are now fixed
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-14 07:01:45 -05:00
ac5e469490 saving before refactoring experiment
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-14 05:17:43 -05:00
7ea51c1d83 making stack reclamation
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-13 08:27:12 -05:00
939a98921d adding an edge case
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-13 08:24:51 -05:00
325832c91e fixing upcating bugs related to pointers
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-13 07:23:24 -05:00
1896675cb0 adding pointer arithmetic test
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-13 06:36:34 -05:00
83ce2471c6 adding different-sized integers
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-13 04:05:38 -05:00
f29c022fd0 adding destination semantics for expressions
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-13 02:55:14 -05:00
51280b18cd fixing struct regurns
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-13 02:38:36 -05:00
976cc43057 fixing struct regurns
mlokis pushed to trunk at AbleOS/holey-bytes 2024-05-12 17:02:36 -05:00
446060294f adding simple cli