orangerot
orangerot pushed to main at Collab/WAI 2025-05-15 22:12:42 +02:00
311010f4e6 refactor: get rid of warnings
orangerot pushed to main at Collab/WAI 2025-05-15 21:52:26 +02:00
d8bb323b09 feat: local function variables on stack
orangerot pushed to main at Collab/WAI 2025-05-14 17:32:09 +02:00
e13c2aac40 feat: store func_type; implement function paramters and results on stack
orangerot pushed to main at orangerot/WAI 2025-05-14 17:32:00 +02:00
e13c2aac40 feat: store func_type; implement function paramters and results on stack
bce3e3bf25 feat: use types of values in stack and instructions
64f9409f9c Add parsing of export table
2b3c39d18c Fix buffer overflow error by only supplying st_size to fread once
Compare 4 commits »
orangerot pushed to main at Collab/WAI 2025-05-13 03:31:02 +02:00
orangerot pushed to main at Collab/WAI 2025-05-13 03:28:21 +02:00
906b2d03e3 style: formatting
orangerot pushed to main at Collab/WAI 2025-05-12 00:58:23 +02:00
bce3e3bf25 feat: use types of values in stack and instructions
orangerot created branch typed-values in Collab/WAI 2025-05-12 00:43:29 +02:00
orangerot pushed to typed-values at Collab/WAI 2025-05-12 00:43:29 +02:00
3f13610b96 feat: use types of values in stack and instructions
orangerot pushed to main at orangerot/WAI 2025-05-10 17:39:53 +02:00
47406b5def Use u_char instead of char to avoid buffer overflow error
orangerot created branch main in Collab/WAI 2025-05-10 17:37:19 +02:00
orangerot pushed to main at Collab/WAI 2025-05-10 17:37:19 +02:00
c37f91d2d2 doc: add README and gitignore
62944b57a2 Initial Commit
orangerot created repository Collab/WAI 2025-05-10 17:36:32 +02:00
orangerot pushed to main at orangerot/WAI 2025-05-10 17:35:33 +02:00
c37f91d2d2 doc: add README and gitignore
orangerot pushed to main at orangerot/WAI 2025-05-10 17:33:35 +02:00
2ed65b3364 doc: add README and gitignore
orangerot pushed to main at orangerot/WAI 2025-05-10 17:07:17 +02:00
62944b57a2 Initial Commit
orangerot created branch main in orangerot/WAI 2025-05-10 17:07:16 +02:00
orangerot created repository orangerot/WAI 2025-05-05 01:20:48 +02:00
orangerot pushed to main at university/KIT-BOOKS 2025-04-16 23:50:31 +02:00
b61e2c88ed fix(numerik summary): lagrange definition and indices
orangerot pushed to main at university/KIT-BOOKS 2025-04-15 00:17:19 +02:00
bbe3d07a2a feat: numerik summary