aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2025-08-15feat: report error on unknown preprocessor directivensfisis
2025-08-15refactor: define BOOL/TRUE/FALSE macrosnsfisis
2025-08-15feat: support union typesnsfisis
2025-08-15refactor: fix wrong enum namensfisis
2025-08-15refactor: remove raw representation from some tokensnsfisis
2025-08-15refactor: merge PpToken and Tokennsfisis
2025-08-15feat: support short typensfisis
2025-08-15refactor: refactor handling of array/pointer typesnsfisis
2025-08-15fix: fix wrong line number countnsfisis
2025-08-15feat: implement postfix increment/decrement operatornsfisis
2025-08-15feat: improve error message while processing #define directivesnsfisis
2025-08-15feat: add /usr/include/x86_64-linux-gnu to default include pathsnsfisis
2025-08-15feat: allow #define to omit destination tokensnsfisis
2025-08-15feat: implement #ifndef directivensfisis
2025-08-15feat: add ducc version of stddef.hnsfisis
2025-08-15feat: do not use hard-coded ducc include pathnsfisis
2025-08-15feat: support '\0'nsfisis
2025-08-15feat: support sizeof() for variablesnsfisis
2025-08-15fix: fix error message in preprocessingnsfisis
2025-08-15feat: implement multi-line commentnsfisis
2025-08-15feat: output filename and line number from unreachable() and unimplemented()nsfisis
2025-08-15feat: expand macro recursivelynsfisis
2025-08-15feat: implement __LINE__ macronsfisis
2025-08-15feat: implement __FILE__ macronsfisis
2025-08-15refactor: use struct assignmentnsfisis
2025-08-15feat: support assignment between objects larger than register sizensfisis
2025-08-15feat: support macros that are expanded to multiple tokensnsfisis
2025-08-15refactor: refactor preprocessor token replacementnsfisis
2025-08-15feat: implement function-like macro without parametersnsfisis
2025-08-15refactor: rename functions/types/variables in preprocessingnsfisis
2025-08-15refactor: remove unused functionnsfisis
2025-08-15fix: type string literalsnsfisis
2025-08-15feat: implement array typensfisis
2025-08-15feat: properly calculate stack offset of local variablesnsfisis
2025-08-15refactor: extract alignment calculationnsfisis
2025-08-15feat: add /usr/include to default include pathsnsfisis
2025-08-15feat: implement bitwise ornsfisis
2025-08-15refactor: remove usage of #ifdef __ducc__nsfisis
2025-08-15feat: implement #include <systemheader>nsfisis
2025-08-15feat: implement empty statements (only semicolon)nsfisis
2025-08-15feat: function main() now returns zero if no return value are explicitly ↵nsfisis
provided
2025-08-15refactor: add helper functions to handle preprocessingnsfisis
2025-08-15refactor: use variadic arguments in fatal_error()nsfisis
2025-08-15feat: implement va_*() functionsnsfisis
2025-08-15feat: partially implement #ifdef, #else and #endif directivesnsfisis
2025-08-15feat: define __ducc__ macronsfisis
2025-08-15feat: separate main.cnsfisis
2025-08-15feat: improve parse error messagesnsfisis
2025-08-15feat: partially implement #include directivensfisis
2025-08-15fix: fix dereference of struct membersnsfisis