summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterSchema: Move enums into node tree + bunch of bug fixesYorhel15 months
 
 
AgeCommit messageAuthorFilesLines
2023-01-07Schema: Move enums into node tree + bunch of bug fixesHEADmasterYorhel1-242/+206
2023-01-06Zig compiler updates, copyright year update and old broken stuffYorhel7-203/+487
2022-05-10schema: Add union tagsYorhel1-34/+39
2022-05-09schema: Add layouting algorithm, some tests and some fixesYorhel2-96/+728
2022-04-18Schema construction for structsYorhel2-86/+288
2022-04-15parser: Make the AST constYorhel2-28/+49
2022-04-15Initial experiments with schema constructionYorhel2-0/+237
2022-04-12Minor code reorgYorhel5-892/+887
2022-04-12Schema AST: Add expression parserYorhel3-24/+296
2022-04-10Schema AST: add parsing of unions, groups and enumsYorhel2-34/+179
[...]