Commit graph

51 commits

Author SHA1 Message Date
d5bcf340e9
Fixed incorrect const values 2025-02-21 13:47:56 +01:00
f6242bc7ec
Improved code quality 2025-02-20 16:55:17 +01:00
35ee40988d
Simplified ast package 2025-02-20 14:12:25 +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
930b5e16f4
Simplified standard library 2025-02-17 17:49:42 +01:00
6eab48c586
Improved type system 2025-02-17 14:31:47 +01:00
9da25da525
Added a program init function 2025-02-16 15:46:54 +01:00
0ddaeca844
Improved thread creation on Linux 2025-02-16 11:31:31 +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
5f3cb22779
Added more tests 2025-02-14 00:26:48 +01:00
28292a64e3
Removed unnecessary parameter 2025-02-13 16:58:59 +01:00
bd71a29c04
Simplified return code 2025-02-12 17:34:48 +01:00
ef512441cf
Reduced number of register moves 2025-02-12 17:02:51 +01:00
2948a24478
Removed unnecessary function 2025-02-12 16:29:45 +01:00
5f8b859f4a
Fixed incorrect number of history entries 2025-02-12 15:00:19 +01:00
77d354936c
Fixed volatile registers on external calls 2025-02-12 12:47:08 +01:00
2203b124b7
Moved external calls to a separate function 2025-02-12 11:25:20 +01:00
4803b81845
Implemented extern functions 2025-02-12 00:04:30 +01:00
f1f09eaa2c
Added number of used functions to the statistics 2025-02-10 17:17:59 +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
c0ffddaba8
Added array type 2025-02-09 20:25:37 +01:00
abd19903ec
Added a zero byte at the end of strings 2025-02-09 15:37:00 +01:00
3043e4e2c4
Implemented length storage of allocated memory 2025-02-09 14:14:41 +01:00
971b7f4b76
Improved server example 2025-02-08 17:34:11 +01:00
8357aefc01
Implemented package specific structs 2025-02-08 16:06:39 +01:00
559df424d3
Added server example 2025-02-06 12:49:17 +01:00
9c53235e7e
Renamed x64 to x86 2025-02-05 23:16:18 +01:00
f558a69366
Added build statistics 2025-02-05 23:10:50 +01:00
64bd2bae59
Fixed register allocation on function calls 2025-02-05 22:49:39 +01:00
f76f0a1e4b
Implemented struct pointer types 2025-02-05 15:16:00 +01:00
bd0a468282
Simplified type system 2025-02-04 23:58:01 +01:00
71d7cdf5b2
Implemented reading from struct fields 2025-02-04 20:43:15 +01:00
e36d9fade3
Implemented structs 2025-02-04 18:16:31 +01:00
2d592169e4
Simplified register usage visualization 2025-02-03 21:20:48 +01:00
e439516059
Simplified identifier lookup 2025-02-03 15:22:57 +01:00
f2f0624638
Fixed missing register move in if statements 2025-02-03 13:17:48 +01:00
d3823e9cfe
Added return count mismatch error 2025-02-03 13:13:17 +01:00
699dbe4fd5
Implemented function pointers as parameters 2025-01-30 23:57:41 +01:00
860795c1ec
Implemented basic support for function pointers 2025-01-30 16:33:20 +01:00
21e544640d
Improved documentation 2025-01-28 14:04:30 +01:00
764b7f5c29
Added missing register deallocation 2025-01-26 14:31:38 +01:00
169810e3a2
Implemented dynamic array indices 2025-01-24 22:47:28 +01:00
dfc39f1f04
Reduced number of packages 2024-08-26 15:34:34 +02:00
a4dc5a4eff
Flattened package hierarchy 2024-08-25 20:38:22 +02:00
ed6cee0acc
Improved Windows DLL calls 2024-08-19 11:11:45 +02:00
69a5fdc703
Improved type system 2024-08-08 12:55:25 +02:00