aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-04-09add initial ufcs checksKimplul
2024-04-09fix ast dumpingKimplul
2024-04-09make type mismatches more readableKimplul
2024-04-09simplify ast definitionKimplul
2024-04-07implement some initial qbt backend stuffKimplul
2024-02-26remove args from grammarKimplul
2024-02-20expand type expansionKimplul
2024-02-18implement some basic generic featuresKimplul
2024-02-17follow conventions closerKimplul
2024-02-16reworkKimplul
2023-11-19add implicit ret to void functionsKimplul
2023-11-19first runnable test programKimplul
2023-11-19start working on instruction loweringKimplul
2023-11-14save a little bit of memoryKimplul
2023-11-14make memory tracking more dumbKimplul
2023-11-13further simplification of scope conceptKimplul
2023-11-12start implementing new generics handlingKimplul
2023-11-07simplift syntax somewhatKimplul
2023-11-01more tweaks to syntaxKimplul
2023-10-31more or less happy with syntaxKimplul
2023-08-16function signature typeKimplul
2023-08-16array syntaxKimplul
2023-08-16update build systemKimplul
2023-08-15fix variadicsKimplul
2023-08-15updates to syntaxKimplul
2023-05-20document ast.hKimplul
2023-05-19document mainKimplul
2023-05-08low hanging documentationKimplul
2023-05-08start documentation processKimplul
2023-05-01update license stuffKimplul
2023-05-01forgot name change in mainKimplul
2023-04-30add lintingKimplul
2023-04-30rename to ekKimplul
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-26struct member namingKimplul
2023-03-25add formatterKimplul
2023-03-25slightly refactor astKimplul
2023-03-25add union to parserKimplul
2023-03-25initial constant struct stuffKimplul
2023-03-24struct initializersKimplul
2023-03-23integrate parser workKimplul
2023-03-07add initial import detectionKimplul
2023-03-07initial commitKimplul