summaryrefslogtreecommitdiff
path: root/05
AgeCommit message (Collapse)Author
2022-01-13binops not working yetpommicket
2022-01-13more binop stuffpommicket
2022-01-13start parsing binary opspommicket
2022-01-13simple expressionspommicket
2022-01-12clean up floats, floats which become infinity and zeropommicket
2022-01-12more complicated floats working so farpommicket
2022-01-12"nice" floating-point literals seem to workpommicket
2022-01-12better float ideapommicket
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-11better keyword tokenization systempommicket
2022-01-11start tokenizationpommicket
2022-01-10ifdef/ifndef/else/endifpommicket
2022-01-10 #includepommicket
2022-01-10macro replacement in #line directivespommicket
2022-01-10fix line numbering with fmacro invocations across multiple linespommicket
2022-01-10pre-defined macrospommicket
2022-01-10more correction to match standardpommicket
2022-01-10make preprocessing behave a bit more like it shouldpommicket
2022-01-09 #line, #pragmapommicket
2022-01-09more macro fixes, #undefpommicket
2022-01-09preprocessor fixespommicket
2022-01-09almost done # and ##pommicket
2022-01-09corrected fmacro rescanningpommicket
2022-01-09fmacro # and ##pommicket
2022-01-09fix fmacro replacementpommicket
2022-01-09fmacros starting to work!pommicket
2022-01-09start fmacro replacementpommicket
2022-01-09object-like macro replacement working?pommicket
2022-01-08reading function-like macrospommicket
2022-01-08start translation phase 4pommicket
2022-01-08preprocessing tokenspommicket
2022-01-07start C compilerpommicket