summaryrefslogtreecommitdiff
path: root/05/util.b
AgeCommit message (Expand)Author
2022-02-17working (?) tcc buildpommicket
2022-02-10generating code for casts!pommicket
2022-02-10return, integer literalspommicket
2022-02-10fix some calling convention stuffpommicket
2022-02-08fixed #include -> #include in certain cases, found a new bugpommicket
2022-02-04parsing break, continue, returnpommicket
2022-02-02arrays decay to pointers - also found bugpommicket
2022-01-27switch to using mmap for output filepommicket
2022-01-27fix problem with casts immediately followed by operatorspommicket
2022-01-27structs mostly workingpommicket
2022-01-26struct/union definitionspommicket
2022-01-26commas starting to workpommicket
2022-01-24castspommicket
2022-01-24little correction to parse_typepommicket
2022-01-24typedefs mostly workingpommicket
2022-01-21more consterxprspommicket
2022-01-15parsing/typing fixespommicket
2022-01-13start parsing binary opspommicket
2022-01-13simple expressionspommicket
2022-01-12bad float implementationpommicket
2022-01-11more float stuffpommicket
2022-01-11untested first stab at floatspommicket
2022-01-11full multiplypommicket
2022-01-11powers of 10pommicket
2022-01-11tokenizing string literals and identifierspommicket
2022-01-11character constantspommicket
2022-01-11tokenizing integer literalspommicket
2022-01-11start tokenizationpommicket
2022-01-09fix fmacro replacementpommicket
2022-01-09fmacros starting to work!pommicket
2022-01-08reading function-like macrospommicket
2022-01-08start translation phase 4pommicket
2022-01-08preprocessing tokenspommicket
2022-01-07start C compilerpommicket