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-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
2025-09-15
fix: issue where enumeration cannot be referenced until enum definition compl...
nsfisis
2025-09-14
feat: include <stdlib.h>
nsfisis
2025-09-14
feat: use Nix-provided glibc headers
nsfisis
2025-09-13
feat: support pointer types with type qualifiers
nsfisis
2025-09-13
feat: support parsing function pointer declaration
nsfisis
2025-09-13
feat: include <string.h>
nsfisis
2025-09-13
feat: support ## operator with surrounding whitespaces
nsfisis
2025-09-13
feat: implement cast expression
nsfisis
2025-09-13
feat: implement -E flag (preprocess only)
nsfisis
2025-09-12
feat: implement macro argument prescan
nsfisis
2025-09-11
test: rewrite some tests in C language
nsfisis
2025-09-10
test: merge test scripts
nsfisis
[next]