aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
AgeCommit message (Expand)Author
2026-02-15chore: update flakeHEADmainnsfisis
2026-02-15refactor: write more tests in Cnsfisis
2026-02-07feat: bump to v0.4.0v0.4.0nsfisis
2026-02-07feat: allow calling offsetof() in compile-time expressionnsfisis
2026-02-07feat: support null pointer in initializernsfisis
2026-02-07feat: support function calls via function pointersnsfisis
2026-02-07fix: codegen of switch fallthroughnsfisis
2026-02-07fix: function-like macro name not followed by parenthesisnsfisis
2026-02-07feat: support anonymous struct membersnsfisis
2026-02-07feat: implement global variables referencing string literalsnsfisis
2026-02-07refactor: add ASSERT_EQ_STR() to tests/helpers.hnsfisis
2026-02-06feat: implement more complex initializernsfisis
2026-02-01feat: implement array global variablesnsfisis
2026-01-24feat: implement parsing of "sizeof expr"nsfisis
2026-01-24fix: parsing of unary expressionsnsfisis
2026-01-24feat: implement array initializernsfisis
2026-01-24refactor: organize test filesnsfisis
2026-01-23fix: skip removed tokens from macro argumentsnsfisis
2026-01-17feat: support empty arguments of ## operatornsfisis
2026-01-17feat: add source location to error messages for undefined symbolsnsfisis
2026-01-10feat: support (void) castnsfisis
2026-01-10feat: support global variables of char[]nsfisis
2026-01-10feat: implement va_arg()nsfisis
2026-01-10feat: support passing arguments larger than 8 bytesnsfisis
2026-01-09feat: implement # operator (stringification)nsfisis
2026-01-09feat: support declarations to declare multiple members at oncensfisis
2026-01-09feat: support seven or more parameters/argumentsnsfisis
2026-01-09chore: remove unnecessary newlinesnsfisis
2026-01-08fix: some test cases not runningnsfisis
2026-01-08fix: infinite loop when tokenizing "#include HEADER_MACRO"nsfisis
2026-01-08feat: support -D flagnsfisis
2026-01-08feat: bump to v0.3.0v0.3.0nsfisis
2026-01-08feat: fib() now compiles to wasm targetnsfisis
2026-01-08refactor: rewrite some tests in Cnsfisis
2026-01-06fix: for loop with multiple variable declarationsnsfisis
2026-01-06feat: support '\e'nsfisis
2026-01-06feat: support octal/hexadecimal number literalsnsfisis
2026-01-05feat: concatenate adjacent string literalsnsfisis
2025-12-11Reapply "feat: minimal wasm backend"nsfisis
2025-12-11fix: static function returning pointer type being marked as globalnsfisis
2025-12-11Revert "feat: minimal wasm backend"nsfisis
2025-12-05feat: minimal wasm backendnsfisis
2025-10-04refactor: rename test filesnsfisis
2025-10-04feat: implement goto statementnsfisis
2025-09-28feat: implement bitwise not operatornsfisis
2025-09-28feat: support using function as a valuensfisis
2025-09-28feat: allow global variable initializer to reference another global variable ...nsfisis
2025-09-28feat: implement switch statementnsfisis
2025-09-28feat: implement |=, &=, ^=, <<= and >>= operatorsnsfisis
2025-09-27feat: allow variable initializer to access previously declared variablesnsfisis