mlokr
|
d9e8a777e2
|
making a mess
|
2024-09-06 01:17:54 +02:00 |
|
mlokr
|
3f9b3dc4e2
|
implementing optimizations up to is statements
|
2024-09-05 11:16:11 +02:00 |
|
mlokr
|
4c95c767b1
|
making functions example pass
|
2024-09-04 23:46:32 +02:00 |
|
mlokr
|
ce4b937bda
|
updating tests and fixing bug
|
2024-09-04 18:48:25 +02:00 |
|
mlokr
|
0bf647174c
|
adding more type checking
|
2024-09-04 16:54:34 +02:00 |
|
mlokr
|
1c29fdf8f0
|
making tests more robust for no reason
|
2024-09-04 02:35:09 +02:00 |
|
mlokr
|
41fa4bdce0
|
adding disasembler
|
2024-09-03 22:34:17 +02:00 |
|
mlokr
|
467eff7440
|
adding bfn to ast nodes
|
2024-09-03 17:51:28 +02:00 |
|
mlokr
|
e7c5b13dc8
|
fixing nasety bug
|
2024-09-02 04:45:42 +02:00 |
|
mlokr
|
90d600af42
|
popping the inlined function arguments
|
2024-09-02 03:56:22 +02:00 |
|
mlokr
|
a023e29d51
|
fixing inlining related bugs
|
2024-09-02 03:21:39 +02:00 |
|
mlokr
|
c63fc01d4e
|
uptimizing a bit more, inline calls
|
2024-09-02 02:38:11 +02:00 |
|
mlokr
|
436a11c2dc
|
maybe fixed
|
2024-09-01 23:14:48 +02:00 |
|
mlokr
|
e286da68d6
|
ups
|
2024-09-01 22:08:17 +02:00 |
|
mlokr
|
195e212343
|
fixing minmaxing bug
|
2024-09-01 22:07:45 +02:00 |
|
mlokis
|
da23c9eb1f
|
Merge pull request 'Support Hex, Binary, and Octal number literals' (#20) from koniifer/holey-bytes:trunk into trunk
Reviewed-on: https://git.ablecorp.us/AbleOS/holey-bytes/pulls/20
|
2024-09-01 19:19:10 +00:00 |
|
mlokr
|
2c67acdbf9
|
removing garbage
|
2024-09-01 21:15:29 +02:00 |
|
koniifer
|
335dc65388
|
fix obvious bugs, add unit test, hopefully preserve radix when formatting
|
2024-09-01 20:07:19 +01:00 |
|
mlokr
|
d8875ecdca
|
fixed confused shift tokens (I still dont know which side is left)
|
2024-07-21 10:29:58 +02:00 |
|
mlokr
|
965f4c90a9
|
foobar
|
2024-07-19 21:04:22 +02:00 |
|
mlokr
|
ce0b7b0cbc
|
fixing wide register returns
|
2024-07-18 17:55:55 +02:00 |
|
mlokr
|
c990429786
|
arrays work i guess
|
2024-07-08 18:08:58 +02:00 |
|
mlokr
|
179b78bd07
|
added example for struct patters
|
2024-07-08 11:00:35 +02:00 |
|
mlokr
|
74dee0648f
|
YEEEEEEEEEEEEEEEEEEEEEEEEEEEES
|
2024-07-07 13:42:48 +02:00 |
|
mlokr
|
cefe8f3889
|
GAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH, I did not delete unwanted relocations
|
2024-07-06 23:02:04 +02:00 |
|
mlokr
|
f3b323cc5a
|
-__-
|
2024-07-02 14:49:05 +02:00 |
|
mlokr
|
19548be636
|
adding comments
|
2024-06-25 19:55:25 +02:00 |
|
mlokr
|
33eea02670
|
fixed a significant bugus
|
2024-06-24 17:45:58 +02:00 |
|
mlokr
|
605d20b20f
|
pekomaaaaa
|
2024-06-24 17:26:00 +02:00 |
|
mlokr
|
655cff88ae
|
cleanup
|
2024-06-23 13:55:48 +02:00 |
|
mlokr
|
fe73f2d70f
|
tests pass again
|
2024-06-23 09:09:33 +02:00 |
|
mlokr
|
36930ebd9b
|
putting tests as examples in readme
|
2024-06-15 10:37:50 +02:00 |
|
mlokr
|
f4e7cc49c8
|
adding more elaborate directive example
|
2024-06-15 09:37:19 +02:00 |
|
mlokr
|
e494785f93
|
some stuff
|
2024-05-20 14:11:58 +02:00 |
|
mlokr
|
aef9951bc5
|
implementing comptime constants
|
2024-05-19 18:20:42 +02:00 |
|
mlokr
|
aae217dd00
|
making better use of parameter and return registers (use register 2 for arguments when possible)
|
2024-05-16 16:50:29 +02:00 |
|
mlokr
|
4502a64514
|
some cleanup and bug fix
|
2024-05-16 13:32:04 +02:00 |
|
mlokr
|
2dff9f7244
|
slightly optimizing assignment
|
2024-05-16 12:56:33 +02:00 |
|
mlokr
|
3127d04e41
|
doing same for arguments
|
2024-05-16 12:42:11 +02:00 |
|
mlokr
|
589a30c8a3
|
making the variables smarter (only putting then on stack when they get referenced)
|
2024-05-16 12:23:37 +02:00 |
|
mlokr
|
3c09a5f23e
|
adding '<op>=' syntax
|
2024-05-15 10:37:39 +02:00 |
|
mlokr
|
70955c1792
|
adding directives
|
2024-05-14 23:07:32 +02:00 |
|
mlokr
|
d8a922df26
|
painfully, but suddle bugs with pointers are now fixed
|
2024-05-14 15:03:36 +02:00 |
|
mlokr
|
9aa5da82c9
|
saving before refactoring experiment
|
2024-05-14 14:01:40 +02:00 |
|
mlokr
|
fb481a0600
|
making stack reclamation
|
2024-05-14 12:17:39 +02:00 |
|
mlokr
|
c14e6c352d
|
fixing upcating bugs related to pointers
|
2024-05-13 15:24:48 +02:00 |
|
mlokr
|
7cca9a3683
|
adding different-sized integers
|
2024-05-13 13:36:29 +02:00 |
|
mlokr
|
b28baa86f7
|
adding destination semantics for expressions
|
2024-05-13 11:05:35 +02:00 |
|
mlokr
|
0aec47e985
|
fixing struct regurns
|
2024-05-13 09:38:33 +02:00 |
|
mlokr
|
4ec635dc56
|
proper type display and pointer types
|
2024-05-12 22:40:28 +02:00 |
|