summaryrefslogtreecommitdiff
path: root/05/tests
AgeCommit message (Collapse)Author
2022-02-09more parsing tests, fixed more bugspommicket
- we now handle incomplete structs properly - small fix in for loop printing
2022-02-08fixed #include -> #include in certain cases, found a new bugpommicket
2022-02-08more parsing tests, more fixespommicket
- #elif now actually works properly (hopefully) - fixed some array decaying bugs (hopefully), and generally simplified typing
2022-02-07fix #elif line number problem with parse testpommicket