Commit Graph

13 Commits

Author SHA1 Message Date
6e1129cb6b Debug information improvements 2023-12-08 03:56:09 +00:00
bc787c3adb Wire in enhanced error handling to all crash situations 2023-04-25 00:06:35 +01:00
0f77480d5b Refactor to allow inline initialization of arrays. 2023-04-24 22:26:54 +01:00
37cdaacc71 Begin refactor for multiplexed compilation 2022-03-05 01:13:45 +00:00
3717b310be Implement unions and largest-element allocation 2022-03-03 02:44:07 +00:00
537246daae CLion reformatting pass, finish struct implementation 2022-03-03 00:05:10 +00:00
2bdbe6e6c0
Fixes to parsing and function pointers. It's a hack but it... works? kinda? 2021-03-15 15:59:15 +00:00
d848425701
Working on functions, symbols, and toward a GL hello world. 2021-03-15 01:22:47 +00:00
72358aed9f
Small fixes, complete refactor 2021-01-22 01:01:53 +00:00
eb118db872
Major rewrite of the symbol parsing
Moved from a static double-ended list to individual singly-linked lists for easier and faster parsing
2021-01-20 01:05:41 +00:00
83959b4793
More work on arrays. Fixed some bugs.
Still need to figure out why AsStrDeref isn't working.
2020-11-21 02:07:44 +00:00
764f89bb88
Add missing functions, fix missing breaks on switch 2020-11-14 22:26:12 +00:00
a0d2575a83
Refactor pointer arithmetic 2020-09-14 02:05:24 +01:00