Age | Commit message (Expand) | Author |
2022-01-24 | typedefs mostly working | pommicket |
2022-01-24 | sizeof working? | pommicket |
2022-01-23 | conditionals seemingly working | pommicket |
2022-01-23 | practically done eval | pommicket |
2022-01-23 | more eval | pommicket |
2022-01-21 | more consterxprs | pommicket |
2022-01-21 | more constepxrs | pommicket |
2022-01-21 | start array types (const expr evaluation) | pommicket |
2022-01-21 | function types | pommicket |
2022-01-19 | very simple types working! | pommicket |
2022-01-19 | type splitting | pommicket |
2022-01-18 | start typedefs | pommicket |
2022-01-15 | parsing/typing fixes | pommicket |
2022-01-14 | various typing fixes | pommicket |
2022-01-14 | better typing | pommicket |
2022-01-14 | parsing fixes | pommicket |
2022-01-14 | some binop typing | pommicket |
2022-01-14 | fix unary ops | pommicket |
2022-01-14 | unary ops mostly working | pommicket |
2022-01-13 | binop parsing working | pommicket |
2022-01-13 | binops not working yet | pommicket |
2022-01-13 | more binop stuff | pommicket |
2022-01-13 | start parsing binary ops | pommicket |
2022-01-13 | simple expressions | pommicket |
2022-01-12 | clean up floats, floats which become infinity and zero | pommicket |
2022-01-12 | more complicated floats working so far | pommicket |
2022-01-12 | "nice" floating-point literals seem to work | pommicket |
2022-01-12 | better float idea | pommicket |
2022-01-12 | bad float implementation | pommicket |
2022-01-11 | more float stuff | pommicket |
2022-01-11 | untested first stab at floats | pommicket |
2022-01-11 | full multiply | pommicket |
2022-01-11 | powers of 10 | pommicket |
2022-01-11 | tokenizing string literals and identifiers | pommicket |
2022-01-11 | character constants | pommicket |
2022-01-11 | tokenizing integer literals | pommicket |
2022-01-11 | better keyword tokenization system | pommicket |
2022-01-11 | start tokenization | pommicket |
2022-01-10 | ifdef/ifndef/else/endif | pommicket |
2022-01-10 | #include | pommicket |
2022-01-10 | macro replacement in #line directives | pommicket |
2022-01-10 | fix line numbering with fmacro invocations across multiple lines | pommicket |
2022-01-10 | pre-defined macros | pommicket |
2022-01-10 | more correction to match standard | pommicket |
2022-01-10 | make preprocessing behave a bit more like it should | pommicket |
2022-01-09 | #line, #pragma | pommicket |
2022-01-09 | more macro fixes, #undef | pommicket |
2022-01-09 | preprocessor fixes | pommicket |
2022-01-09 | almost done # and ## | pommicket |
2022-01-09 | corrected fmacro rescanning | pommicket |