Age | Commit message (Expand) | Author |
2022-02-10 | fix some calling convention stuff | pommicket |
2022-02-09 | start codegen | pommicket |
2022-02-09 | more parsing tests, fixed more bugs | pommicket |
2022-02-08 | fixed #include -> #include in certain cases, found a new bug | pommicket |
2022-02-08 | fix declaring multiple variables after struct definition | pommicket |
2022-02-08 | more parsing tests, more fixes | pommicket |
2022-02-07 | fix #elif line number problem with parse test | pommicket |
2022-02-07 | fix a bunch of problems from parsing test | pommicket |
2022-02-07 | fix multi-line fmacro invocations | pommicket |
2022-02-07 | defined in #if (forgot about that earlier) | pommicket |
2022-02-07 | cleanup - declaring functions without defining them, etc. | pommicket |
2022-02-07 | proper call typing? | pommicket |
2022-02-07 | parsing calls, mostly | pommicket |
2022-02-06 | using function names | pommicket |
2022-02-06 | function parameters, fix local variables | pommicket |
2022-02-06 | switch, for | pommicket |
2022-02-06 | do | pommicket |
2022-02-06 | while | pommicket |
2022-02-05 | local variables in expressions | pommicket |
2022-02-05 | braced initializers in local declarations | pommicket |
2022-02-05 | start local declarations | pommicket |
2022-02-05 | block static variables seem to be working | pommicket |
2022-02-05 | start local static declarations | 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 | 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 |