aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2023-08-16array syntaxKimplul
2023-08-15fix variadicsKimplul
+ At least partially, some asserts or something should still be added to the ast handling code
2023-08-15updates to syntaxKimplul
2023-05-06fix import pathsKimplul
2023-05-06rename *.cu to *.ekKimplul
+ Name changes can be sort of difficult
2023-04-03initial union testingKimplul
2023-04-01disallow certain kinds of types in templatesKimplul
2023-04-01improve struct and union support in resolveKimplul
2023-03-30change to left-to-right resolverKimplul
2023-03-27change typeof to be a full time typeKimplul
2023-03-26start enumsKimplul
2023-03-25add union to parserKimplul
2023-03-25initial constant struct stuffKimplul
2023-03-24struct initializersKimplul
2023-03-23integrate parser workKimplul