|
9726f1d832
|
Added crash function
|
2025-03-14 09:52:00 +01:00 |
|
|
06f3af256b
|
Added more tests
|
2025-03-14 00:08:58 +01:00 |
|
|
325dd126f9
|
Added allocator test
|
2025-03-10 16:58:17 +01:00 |
|
|
7807271f43
|
Added struct lifetime test
|
2025-03-10 15:58:31 +01:00 |
|
|
6c659a2b0c
|
Added more tests
|
2025-03-09 19:24:15 +01:00 |
|
|
016938932f
|
Fixed incorrect register lifetime in for loops
|
2025-03-09 17:51:24 +01:00 |
|
|
df6f7d5a57
|
Implemented parameter passing for function pointers
|
2025-03-03 14:32:11 +01:00 |
|
|
751614e7c0
|
Implemented dependency tracking
|
2025-03-03 12:14:53 +01:00 |
|
|
ea233d789d
|
Simplified compilation of function calls
|
2025-03-02 21:36:23 +01:00 |
|
|
c3054369e3
|
Implemented register calls
|
2025-03-02 17:53:18 +01:00 |
|
|
e032733a92
|
Added more tests
|
2025-03-01 12:19:51 +01:00 |
|
|
c1427eb7f6
|
Added more tests
|
2025-02-28 19:52:21 +01:00 |
|
|
be6eafddf5
|
Fixed inconsistent lifetimes
|
2025-02-28 19:37:06 +01:00 |
|
|
e7afb2dab5
|
Added eval package
|
2025-02-27 19:45:18 +01:00 |
|
|
efb3089211
|
Simplified Evaluate function
|
2025-02-27 15:30:44 +01:00 |
|
|
ae6530aadb
|
Added placeholders for type casts
|
2025-02-27 00:18:34 +01:00 |
|
|
98edfb19fd
|
Changed test order
|
2025-02-25 17:06:46 +01:00 |
|
|
df782ae1cb
|
Added more tests
|
2025-02-22 13:58:07 +01:00 |
|
|
c088697446
|
Fixed incorrect division results
|
2025-02-22 12:54:23 +01:00 |
|
|
45a36a645a
|
Implemented for loops
|
2025-02-19 23:46:17 +01:00 |
|
|
7922cff7ba
|
Implemented loop iterators
|
2025-02-19 17:52:15 +01:00 |
|
|
1bc845e6f0
|
Implemented loads with register offsets
|
2025-02-19 15:36:42 +01:00 |
|
|
b8e37fafae
|
Improved type system
|
2025-02-17 14:31:47 +01:00 |
|
|
d0bcd8cf9f
|
Improved Windows ABI support
|
2025-02-15 18:23:33 +01:00 |
|
|
0a1a8f741d
|
Implemented const keyword
|
2025-02-15 14:38:01 +01:00 |
|
|
1083db6ab2
|
Added more tests
|
2025-02-11 18:48:40 +01:00 |
|
|
f19d9063a5
|
Improved type system
|
2025-02-09 23:52:07 +01:00 |
|
|
b1228be79a
|
Fixed incorrect parameters for memory deallocation
|
2025-02-09 15:25:25 +01:00 |
|
|
bde68d4d64
|
Implemented reading from struct fields
|
2025-02-04 20:43:15 +01:00 |
|
|
cb6b3a4cd0
|
Fixed missing register move in if statements
|
2025-02-03 13:17:48 +01:00 |
|
|
dd6d1cc16c
|
Implemented function pointers as parameters
|
2025-01-30 23:57:41 +01:00 |
|
|
6dad6fb6a6
|
Implemented dynamic array indices
|
2025-01-24 22:47:28 +01:00 |
|
|
b90ee62b98
|
Improved out of memory test
|
2024-08-12 15:46:45 +02:00 |
|
|
fdb47c9045
|
Fixed out of memory test
|
2024-08-12 15:44:09 +02:00 |
|
|
83661c5e7a
|
Added types
|
2024-08-05 18:47:24 +02:00 |
|
|
42f0367a94
|
Implemented multiple return values
|
2024-08-05 12:39:07 +02:00 |
|
|
57ee65abd1
|
Added more tests
|
2024-08-03 23:05:09 +02:00 |
|
|
b1f0d20394
|
Fixed incorrect register move
|
2024-08-02 12:55:25 +02:00 |
|
|
c8824e699a
|
Added escape sequences
|
2024-07-31 17:50:31 +02:00 |
|
|
3d245a15f9
|
Added more tests
|
2024-07-31 15:24:21 +02:00 |
|
|
5abe8acc70
|
Added more tests
|
2024-07-30 15:46:47 +02:00 |
|
|
d5953649d9
|
Implemented numbers with different bases
|
2024-07-29 00:30:26 +02:00 |
|
|
f1d4e65c1b
|
Implemented move with sign extension
|
2024-07-28 21:09:42 +02:00 |
|
|
32d7455c38
|
Added assertions to most tests
|
2024-07-28 18:47:13 +02:00 |
|
|
c2c147f1b4
|
Improved division split
|
2024-07-28 18:12:42 +02:00 |
|
|
bb74c0cf50
|
Implemented negation
|
2024-07-28 15:42:51 +02:00 |
|
|
6861ae9a90
|
Implemented negative numbers
|
2024-07-27 17:48:03 +02:00 |
|
|
d001e4e55f
|
Fixed jump address calculation
|
2024-07-26 19:33:51 +02:00 |
|
|
f4dd9004be
|
Implemented assert keyword
|
2024-07-25 16:47:25 +02:00 |
|
|
f0bc5039ee
|
Implemented bit shifts
|
2024-07-25 15:47:19 +02:00 |
|