index
:
ducc
feat/complex-init
main
ducc
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2026-02-15
chore: update flake
HEAD
main
nsfisis
2026-02-15
refactor: write more tests in C
nsfisis
2026-02-07
feat: bump to v0.4.0
v0.4.0
nsfisis
2026-02-07
feat: allow calling offsetof() in compile-time expression
nsfisis
2026-02-07
feat: support null pointer in initializer
nsfisis
2026-02-07
feat: support function calls via function pointers
nsfisis
2026-02-07
fix: codegen of switch fallthrough
nsfisis
2026-02-07
fix: function-like macro name not followed by parenthesis
nsfisis
2026-02-07
feat: support anonymous struct members
nsfisis
2026-02-07
feat: implement global variables referencing string literals
nsfisis
2026-02-07
refactor: add ASSERT_EQ_STR() to tests/helpers.h
nsfisis
2026-02-06
feat: implement more complex initializer
nsfisis
2026-02-01
feat: implement array global variables
nsfisis
2026-01-24
feat: implement parsing of "sizeof expr"
nsfisis
2026-01-24
fix: parsing of unary expressions
nsfisis
2026-01-24
feat: implement array initializer
nsfisis
2026-01-24
refactor: organize test files
nsfisis
2026-01-23
fix: skip removed tokens from macro arguments
nsfisis
2026-01-17
feat: support empty arguments of ## operator
nsfisis
2026-01-17
feat: add source location to error messages for undefined symbols
nsfisis
2026-01-10
feat: support (void) cast
nsfisis
2026-01-10
feat: support global variables of char[]
nsfisis
2026-01-10
feat: implement va_arg()
nsfisis
2026-01-10
feat: support passing arguments larger than 8 bytes
nsfisis
2026-01-09
feat: implement # operator (stringification)
nsfisis
2026-01-09
feat: support declarations to declare multiple members at once
nsfisis
2026-01-09
feat: support seven or more parameters/arguments
nsfisis
2026-01-09
chore: remove unnecessary newlines
nsfisis
2026-01-08
fix: some test cases not running
nsfisis
2026-01-08
fix: infinite loop when tokenizing "#include HEADER_MACRO"
nsfisis
2026-01-08
feat: support -D flag
nsfisis
2026-01-08
feat: bump to v0.3.0
v0.3.0
nsfisis
2026-01-08
feat: fib() now compiles to wasm target
nsfisis
2026-01-08
refactor: rewrite some tests in C
nsfisis
2026-01-06
fix: for loop with multiple variable declarations
nsfisis
2026-01-06
feat: support '\e'
nsfisis
2026-01-06
feat: support octal/hexadecimal number literals
nsfisis
2026-01-05
feat: concatenate adjacent string literals
nsfisis
2025-12-11
Reapply "feat: minimal wasm backend"
nsfisis
2025-12-11
fix: static function returning pointer type being marked as global
nsfisis
2025-12-11
Revert "feat: minimal wasm backend"
nsfisis
2025-12-05
feat: minimal wasm backend
nsfisis
2025-10-04
refactor: rename test files
nsfisis
2025-10-04
feat: implement goto statement
nsfisis
2025-09-28
feat: implement bitwise not operator
nsfisis
2025-09-28
feat: support using function as a value
nsfisis
2025-09-28
feat: allow global variable initializer to reference another global variable ...
nsfisis
2025-09-28
feat: implement switch statement
nsfisis
2025-09-28
feat: implement |=, &=, ^=, <<= and >>= operators
nsfisis
2025-09-27
feat: allow variable initializer to access previously declared variables
nsfisis
[next]