Commit graph

136 commits

Author SHA1 Message Date
54eb919e98
Added a function for memory size alignment 2025-04-15 11:08:33 +02:00
fb19ee2373
Improved type safety for memory writes 2025-04-14 15:58:15 +02:00
3da61f5c69
Replaced builtin store function with a new syntax 2025-04-11 14:21:51 +02:00
51fc0a1272
Modified const and extern to always use blocks 2025-04-05 19:34:50 +02:00
4c90b6ea6a
Moved const and extern identifiers to the left 2025-04-04 20:15:31 +02:00
1a2c21de15
Removed struct keyword 2025-04-04 13:32:55 +02:00
42e7c8a306
Implemented division by immediates in the IR 2025-03-31 15:51:04 +02:00
716cc6dddd
Added crash function 2025-03-14 09:52:00 +01:00
e367b664bb
Added more tests 2025-03-14 00:08:58 +01:00
da3b83203c
Added allocator test 2025-03-10 16:58:17 +01:00
f7a4f0cacc
Added struct lifetime test 2025-03-10 15:58:31 +01:00
792d0eb74d
Added more tests 2025-03-09 19:24:15 +01:00
86c795ecce
Fixed incorrect register lifetime in for loops 2025-03-09 17:51:24 +01:00
9a018f29e7
Implemented parameter passing for function pointers 2025-03-03 14:32:11 +01:00
b095a95021
Implemented dependency tracking 2025-03-03 12:14:53 +01:00
225d78e2d8
Simplified compilation of function calls 2025-03-02 21:36:23 +01:00
c777d73bbb
Implemented register calls 2025-03-02 17:53:18 +01:00
6698cd95ad
Added more tests 2025-03-01 12:19:51 +01:00
485efe5727
Added more tests 2025-02-28 19:52:21 +01:00
6fef3bccf6
Fixed inconsistent lifetimes 2025-02-28 19:37:06 +01:00
3d294eb35c
Added eval package 2025-02-27 19:45:18 +01:00
891b4d9f90
Simplified Evaluate function 2025-02-27 15:30:44 +01:00
a905710982
Added placeholders for type casts 2025-02-27 00:18:34 +01:00
bf5110edd4
Implemented boolean literals 2025-02-26 14:33:41 +01:00
1f0db51a95
Updated module path 2025-02-25 17:16:09 +01:00
06c662589e
Changed test order 2025-02-25 17:06:46 +01:00
49214c9a6e
Added more tests 2025-02-22 13:58:07 +01:00
a75aad52f6
Fixed incorrect division results 2025-02-22 12:54:23 +01:00
46ceb738ed
Improved documentation 2025-02-20 23:54:13 +01:00
d26bf9d1a9
Implemented for loops 2025-02-19 23:46:17 +01:00
ac03657307
Implemented loop iterators 2025-02-19 17:52:15 +01:00
144810c6c8
Implemented loads with register offsets 2025-02-19 15:36:42 +01:00
919537a33b
Simplified config package 2025-02-17 23:36:11 +01:00
6eab48c586
Improved type system 2025-02-17 14:31:47 +01:00
b3fec98baf
Improved Windows ABI support 2025-02-15 18:23:33 +01:00
91a3ec9d52
Implemented const keyword 2025-02-15 14:38:01 +01:00
3b6b87f223
Updated Go version 2025-02-14 16:46:36 +01:00
b065f56b8e
Added more tests 2025-02-14 15:26:07 +01:00
5f3cb22779
Added more tests 2025-02-14 00:26:48 +01:00
2b9cecd62b
Improved error message for invalid instructions 2025-02-13 22:12:57 +01:00
4803b81845
Implemented extern functions 2025-02-12 00:04:30 +01:00
38b573085e
Added more tests 2025-02-11 18:48:40 +01:00
e2f607805c
Improved type system checks 2025-02-10 14:09:27 +01:00
2e3857622a
Improved type system 2025-02-09 23:52:07 +01:00
a24b8a7586
Fixed incorrect parameters for memory deallocation 2025-02-09 15:25:25 +01:00
6ebd1829fb
Added more tests 2025-02-07 21:25:29 +01:00
559df424d3
Added server example 2025-02-06 12:49:17 +01:00
f7bc903aa4
Added more tests 2025-02-05 11:11:15 +01:00
71d7cdf5b2
Implemented reading from struct fields 2025-02-04 20:43:15 +01:00
30940f0100
Implemented struct parser 2025-02-04 14:41:04 +01:00