| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 13 days | Fix parser state after sizeofmain | Samuel Lidén Borell | 1 | -0/+1 |
| 14 days | Implement #line directive | Samuel Lidén Borell | 1 | -0/+24 |
| 14 days | Add -Xb option for dumping backtrace on compilation error | Samuel Lidén Borell | 1 | -2/+12 |
| 14 days | Fix #include in current directory | Samuel Lidén Borell | 1 | -1/+1 |
| 14 days | Show nice errors on missing files. Handle unknown line numbers gracefully | Samuel Lidén Borell | 1 | -7/+20 |
| 14 days | Don't attempt to compile object files | Samuel Lidén Borell | 1 | -0/+4 |
| 14 days | Fix parsing of calls/parentheses | Samuel Lidén Borell | 1 | -11/+13 |
| 14 days | Improve error on unexpected end of statement | Samuel Lidén Borell | 1 | -1/+2 |
| 14 days | Parsing of struct/array initialiser lists | Samuel Lidén Borell | 1 | -1/+42 |
| 14 days | Add unary '-' and '~' | Samuel Lidén Borell | 1 | -2/+15 |
| 14 days | Add .gitignore | Samuel Lidén Borell | 1 | -0/+6 |
| 14 days | Require array lengths to be >= 1 | Samuel Lidén Borell | 1 | -0/+4 |
| 14 days | Evaluate array length expressions | Samuel Lidén Borell | 1 | -3/+1 |
| 14 days | Handle splitted string literals | Samuel Lidén Borell | 1 | -4/+15 |
| 14 days | Fix parsing of nested function call expressions | Samuel Lidén Borell | 1 | -2/+3 |
| 14 days | Use `in` instead of `try/except KeyError` | Samuel Lidén Borell | 1 | -69/+67 |
| 14 days | Nicer error message for unexpected keywords | Samuel Lidén Borell | 1 | -1/+2 |
| 14 days | Parsing of sizeof(type) | Samuel Lidén Borell | 1 | -1/+30 |
| 14 days | Fix parsing after no-arg function calls | Samuel Lidén Borell | 1 | -0/+1 |
| 14 days | Rename parse_decl_or_expr() to parse_decl_or_stmt() | Samuel Lidén Borell | 1 | -5/+4 |
| 14 days | Parsing of initialisers | Samuel Lidén Borell | 1 | -0/+3 |
| 14 days | Make script executable | Samuel Lidén Borell | 1 | -0/+0 |
| 2026-03-08 | Handle -o (output) option for -E (preprocess only) | Samuel Lidén Borell | 1 | -4/+10 |
| 2026-03-08 | Fix ifdef/ifndef: Skip #else if true | Samuel Lidén Borell | 1 | -2/+6 |
| 2026-03-08 | Detect function-like macro defs without ')' | Samuel Lidén Borell | 1 | -2/+9 |
| 2026-03-08 | Implement -D option | Samuel Lidén Borell | 1 | -4/+16 |
| 2026-03-08 | Parse (but ignore) type casts | Samuel Lidén Borell | 1 | -5/+22 |
| 2026-03-08 | Basic parsing of expressions in functions | Samuel Lidén Borell | 1 | -4/+17 |
| 2026-03-08 | Update README | Samuel Lidén Borell | 1 | -3/+6 |
| 2026-03-08 | Beginnings of parsing of functions | Samuel Lidén Borell | 1 | -7/+34 |
| 2026-03-08 | Clean up commented out code | Samuel Lidén Borell | 1 | -18/+0 |
| 2026-03-08 | Parsing of enum types | Samuel Lidén Borell | 1 | -24/+93 |
| 2026-03-08 | Parsing of struct types | Samuel Lidén Borell | 1 | -13/+103 |
| 2026-03-08 | Fix detection of identifier tokens | Samuel Lidén Borell | 1 | -1/+1 |
| 2026-03-07 | Remove unsupported stuff from stdlib.h | Samuel Lidén Borell | 1 | -3/+3 |
| 2026-03-07 | Indent correctly in format() | Samuel Lidén Borell | 1 | -1/+1 |
| 2026-03-07 | Basic parsing of types | Samuel Lidén Borell | 4 | -33/+113 |
| 2026-03-07 | Fix strings with comma or parentheses inside macro invocations | Samuel Lidén Borell | 1 | -2/+15 |
| 2026-03-07 | Support comments at start of lines also | Samuel Lidén Borell | 1 | -0/+4 |
| 2026-03-07 | Include source filename/line in uncaught exceptions | Samuel Lidén Borell | 1 | -0/+9 |
| 2026-03-07 | Add missing operators | Samuel Lidén Borell | 1 | -2/+9 |
| 2026-03-07 | Use exceptions for syntax errors. Use red color for errors | Samuel Lidén Borell | 1 | -4/+19 |
| 2026-03-07 | Add README | Samuel Lidén Borell | 1 | -0/+57 |
| 2026-03-07 | Add licence | Samuel Lidén Borell | 2 | -0/+788 |
| 2026-03-07 | Initial commit | Samuel Lidén Borell | 13 | -0/+1366 |
