summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-05local variables in expressionspommicket
2022-02-05braced initializers in local declarationspommicket
2022-02-05start local declarationspommicket
2022-02-05block static variables seem to be workingpommicket
2022-02-05start local static declarationspommicket
2022-02-04bugfix, planning static variablespommicket
2022-02-04parse goto, casepommicket
2022-02-04parsing break, continue, returnpommicket
2022-02-03start parsing statements (not a lot yet)pommicket
2022-02-03dereferencing function pointerspommicket
2022-02-03parsing C is annoyingpommicket
2022-02-02fixed cast parsing bugpommicket
i hope casts weren't at a different precedence level for a reason
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