Commit graph

31 commits

Author SHA1 Message Date
ada7aaa1e2
Removed dead code 2025-03-04 13:35:55 +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
acfa6de1d4
Implemented calls using memory addresses 2025-03-03 00:53:41 +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
0483176e56
Fixed missing values of casts 2025-03-01 23:04:37 +01:00
a905710982
Added placeholders for type casts 2025-02-27 00:18:34 +01:00
1f0db51a95
Updated module path 2025-02-25 17:16:09 +01:00
96ac298980
Implemented environment type 2025-02-21 17:35:42 +01:00
9da25da525
Added a program init function 2025-02-16 15:46:54 +01:00
bd71a29c04
Simplified return code 2025-02-12 17:34:48 +01:00
2948a24478
Removed unnecessary function 2025-02-12 16:29:45 +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
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
3043e4e2c4
Implemented length storage of allocated memory 2025-02-09 14:14:41 +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
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
e36d9fade3
Implemented structs 2025-02-04 18:16:31 +01:00
860795c1ec
Implemented basic support for function pointers 2025-01-30 16:33:20 +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
a466281307
Simplified file structure 2024-08-07 19:39:10 +02:00
Renamed from src/build/core/CompileCall.go (Browse further)