mlokr
|
b956cc78bb
|
adding bfn to ast nodes
|
2024-09-03 17:51:28 +02:00 |
|
mlokis
|
4e9d6094bd
|
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
|
28e33d11c9
|
removing garbage
|
2024-09-01 21:15:29 +02:00 |
|
koniifer
|
581c4d531c
|
fix obvious bugs, add unit test, hopefully preserve radix when formatting
|
2024-09-01 20:07:19 +01:00 |
|
koniifer
|
27462d9a33
|
forgot octals exist
|
2024-09-01 18:45:38 +01:00 |
|
koniifer
|
781c40ede0
|
support hex, octal, binary literals
|
2024-09-01 18:42:04 +01:00 |
|
mlokr
|
9af7bf559f
|
fixed confused shift tokens (I still dont know which side is left)
|
2024-07-21 10:29:58 +02:00 |
|
mlokr
|
cac99cd34d
|
foobar
|
2024-07-19 21:04:22 +02:00 |
|
mlokr
|
aeb3a37f7d
|
fixing typechecking issues, pointers now properly typecheck and generic types are properly cached
|
2024-07-19 12:00:55 +02:00 |
|
mlokr
|
e00f2f08c8
|
removing garbage
|
2024-07-08 07:22:53 +02:00 |
|
mlokr
|
9fe734c68c
|
adding better api
|
2024-07-06 15:05:56 +02:00 |
|
mlokr
|
93deeee6b9
|
adding comments
|
2024-06-25 19:55:25 +02:00 |
|
mlokr
|
876690319f
|
slight improvement
|
2024-06-25 19:46:48 +02:00 |
|
mlokr
|
c835317287
|
slight improvement
|
2024-06-25 19:22:49 +02:00 |
|
mlokr
|
8442b55aa6
|
improved exer
|
2024-06-25 19:13:42 +02:00 |
|
mlokr
|
e07265c88b
|
improved exer
|
2024-06-25 19:12:35 +02:00 |
|
mlokr
|
6a69042cb7
|
improved exer
|
2024-06-25 18:39:59 +02:00 |
|
mlokr
|
76b3f9ff4b
|
pekomaaaaa
|
2024-06-24 17:26:00 +02:00 |
|
mlokr
|
61ecbbd304
|
putting tests as examples in readme
|
2024-06-15 10:37:50 +02:00 |
|
mlokr
|
98862edd58
|
other stuff
|
2024-06-01 20:30:15 +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
|
b922dbd232
|
making progress on parallelization
|
2024-05-17 19:53:59 +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
|
fb481a0600
|
making stack reclamation
|
2024-05-14 12:17:39 +02:00 |
|
mlokr
|
9ccf91d072
|
adding pointer arithmetic test
|
2024-05-13 14:23:19 +02:00 |
|
mlokr
|
7cca9a3683
|
adding different-sized integers
|
2024-05-13 13:36:29 +02:00 |
|
mlokr
|
06e30529bf
|
added better error reports
|
2024-05-12 23:19:45 +02:00 |
|
mlokr
|
d5a5c932e7
|
finishing structures
|
2024-05-12 20:10:50 +02:00 |
|
mlokr
|
4bb5ec1953
|
adding struct syntax
|
2024-05-12 12:16:40 +02:00 |
|
mlokr
|
86013a50a4
|
identifiers are now properly checked
|
2024-05-12 11:52:58 +02:00 |
|
mlokr
|
b794fa7c3c
|
foo bar
|
2024-05-11 22:22:12 +02:00 |
|
mlokr
|
a3c4b878b2
|
adding loops
|
2024-05-11 18:16:27 +02:00 |
|
mlokr
|
7f32e7775c
|
making if statements without else branch work
|
2024-05-11 17:05:22 +02:00 |
|
mlokr
|
1d74f27b0e
|
making the functions kind of walk
|
2024-05-11 16:04:13 +02:00 |
|
mlokr
|
7435218999
|
fixing relative jumps to not offset from immidiate adress but from instruction adress
|
2024-05-11 12:51:32 +02:00 |
|
mlokr
|
cf99091a45
|
now compiling some trivial arithmetic
|
2024-05-10 22:54:12 +02:00 |
|
mlokr
|
81952cfc40
|
compiling return stmt
|
2024-05-10 21:38:15 +02:00 |
|
mlokr
|
68d53544fd
|
compiling return stmt
|
2024-05-10 21:33:42 +02:00 |
|
mlokr
|
aa77a2f822
|
fixing JALA and JAL saving self reference instead of reference to the next instruction
|
2024-05-10 15:29:11 +02:00 |
|
mlokr
|
1c08148dc9
|
starting from zero again
|
2024-05-09 23:41:59 +02:00 |
|
able
|
37ff58c5e5
|
Removing old deprecated things.
|
2024-04-29 05:02:33 -05:00 |
|
mlokr
|
bcbe47bcd6
|
some more progress on codegen
|
2024-02-03 21:43:54 +01:00 |
|
mlokr
|
6e464be33d
|
adding more parsing with a sanity test
|
2024-02-01 16:11:10 +01:00 |
|
mlokr
|
09aacff161
|
establishing some syntax
|
2024-01-31 20:11:57 +01:00 |
|