Age | Commit message (Expand) | Author |
2022-02-05 | block static variables seem to be working | pommicket |
2022-02-05 | start local static declarations | pommicket |
2022-02-04 | bugfix, planning static variables | pommicket |
2022-02-04 | parse goto, case | pommicket |
2022-02-04 | parsing break, continue, return | pommicket |
2022-02-03 | start parsing statements (not a lot yet) | pommicket |
2022-02-03 | dereferencing function pointers | pommicket |
2022-02-03 | parsing C is annoying | pommicket |
2022-02-02 | fixed cast parsing bug | pommicket |
2022-02-02 | arrays decay to pointers - also found bug | pommicket |
2022-02-02 | fixed bug when evaluating division | pommicket |
2022-02-02 | struct initializers, found some bugs (not fixed yet) | pommicket |
2022-02-02 | union initializers, fix bug with array initializers | pommicket |
2022-02-02 | array initializers more or less working | pommicket |
2022-02-02 | various simplifications, start array initializers | pommicket |
2022-02-02 | string literal initializers, global variable expressions | pommicket |
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 |