summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-08merge term stuffpommicket
2022-01-08allow terms to be more complicatedpommicket
2022-01-07start C compilerpommicket
2022-01-07oopspommicket
2022-01-07instruction table, remove old instructionspommicket
2022-01-07finished preprocessorpommicket
2022-01-0704 compiler fix (global lookup), start preprocessorpommicket
2022-01-07add 04 to bootstrap, #linepommicket
2022-01-07rename 04b => 04, better 04 READMEpommicket
2022-01-0604b initial readme, guessing game, compiler fixespommicket
2022-01-06better test programpommicket
2022-01-06if!pommicket
2022-01-06stringpommicket
2022-01-06hello world!pommicket
2022-01-06function callspommicket
2022-01-06rvalues!pommicket
2022-01-05number terms!pommicket
2022-01-05new language ideapommicket
2021-11-28small correctionsLeo Tenenbaum