summaryrefslogtreecommitdiff
path: root/05
AgeCommit message (Expand)Author
2022-02-02fixed cast parsing bugpommicket
2022-02-02arrays decay to pointers - also found bugpommicket
2022-02-02fixed bug when evaluating divisionpommicket
2022-02-02struct initializers, found some bugs (not fixed yet)pommicket
2022-02-02union initializers, fix bug with array initializerspommicket
2022-02-02array initializers more or less workingpommicket
2022-02-02various simplifications, start array initializerspommicket
2022-02-02string literal initializers, global variable expressionspommicket
2022-02-01start string initializerspommicket
2022-01-29little correctionspommicket
2022-01-29normal (i.e. non-brace) initializerspommicket
2022-01-28start top level decls - also oops forgot about sizeless arrayspommicket
2022-01-27switch to using mmap for output filepommicket
2022-01-27sizeof structs and structs-in-structs workingpommicket
2022-01-27fix problem with casts immediately followed by operatorspommicket
2022-01-27structs mostly workingpommicket
2022-01-26struct/union definitionspommicket
2022-01-26restore casts, sizeofpommicket
2022-01-26commas starting to workpommicket
2022-01-26more work, now it's brokenpommicket
2022-01-25starting to move things around; nothing broken yet seeminglypommicket
2022-01-25i forgot about commas ...pommicket
2022-01-25enums workingpommicket
2022-01-24enums almost workingpommicket
2022-01-24castspommicket
2022-01-24 #ifpommicket
2022-01-24little correction to parse_typepommicket
2022-01-24typedefs mostly workingpommicket
2022-01-24sizeof working?pommicket
2022-01-23conditionals seemingly workingpommicket
2022-01-23practically done evalpommicket
2022-01-23more evalpommicket
2022-01-21more consterxprspommicket
2022-01-21more constepxrspommicket
2022-01-21start array types (const expr evaluation)pommicket
2022-01-21function typespommicket
2022-01-19very simple types working!pommicket
2022-01-19type splittingpommicket
2022-01-18start typedefspommicket
2022-01-15parsing/typing fixespommicket
2022-01-14various typing fixespommicket
2022-01-14better typingpommicket
2022-01-14parsing fixespommicket
2022-01-14some binop typingpommicket
2022-01-14fix unary opspommicket
2022-01-14unary ops mostly workingpommicket
2022-01-13binop parsing workingpommicket
2022-01-13binops not working yetpommicket
2022-01-13more binop stuffpommicket
2022-01-13start parsing binary opspommicket