Age | Commit message (Expand) | Author |
2022-02-01 | start string initializers | pommicket |
2022-01-29 | little corrections | pommicket |
2022-01-29 | normal (i.e. non-brace) initializers | pommicket |
2022-01-28 | start top level decls - also oops forgot about sizeless arrays | pommicket |
2022-01-27 | switch to using mmap for output file | pommicket |
2022-01-27 | sizeof structs and structs-in-structs working | pommicket |
2022-01-27 | fix problem with casts immediately followed by operators | pommicket |
2022-01-27 | structs mostly working | pommicket |
2022-01-26 | struct/union definitions | pommicket |
2022-01-26 | restore casts, sizeof | pommicket |
2022-01-26 | commas starting to work | pommicket |
2022-01-26 | more work, now it's broken | pommicket |
2022-01-25 | starting to move things around; nothing broken yet seemingly | pommicket |
2022-01-25 | i forgot about commas ... | pommicket |
2022-01-25 | enums working | pommicket |
2022-01-24 | enums almost working | pommicket |
2022-01-24 | casts | pommicket |
2022-01-24 | #if | pommicket |
2022-01-24 | little correction to parse_type | pommicket |
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 |