index
:
ducc
main
ducc
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
13 days
feat: support global variables of char[]
nsfisis
13 days
feat: implement va_arg()
nsfisis
13 days
feat: support passing arguments larger than 8 bytes
nsfisis
13 days
feat: add offsetof() to stddef.h
nsfisis
2026-01-09
feat: implement # operator (stringification)
nsfisis
2026-01-09
feat: skip volatile keyword
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
feat: evaluate arguments in reverse order
nsfisis
2026-01-09
chore: remove unnecessary newlines
nsfisis
2026-01-08
fix: some test cases not running
nsfisis
2026-01-08
feat: define ptrdiff_t in <stddef.h>
nsfisis
2026-01-08
fix: infinite loop when tokenizing "#include HEADER_MACRO"
nsfisis
2026-01-08
feat: ignore -f* and -m* flags
nsfisis
2026-01-08
feat: support -D flag
nsfisis
2026-01-08
feat: ignore all kinds of -std=*
nsfisis
2026-01-08
chore: remove "just build-upto-5-gen" recipe
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-07
fix: make string literals compatible with PIE
nsfisis
2026-01-07
chore: update CHANGELOG.md
nsfisis
2026-01-06
chore: exclude examples/2048.c from clang-format targets
nsfisis
2026-01-06
feat: nix flake update
nsfisis
2026-01-06
chore: update README.md
nsfisis
2026-01-06
fix: for loop with multiple variable declarations
nsfisis
2026-01-06
feat: add examples/2048.c
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-10
refactor: use |= operator to simplify code
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
refactor: add src/ducc.h
nsfisis
2025-09-27
feat: allow variable initializer to access previously declared variables
nsfisis
2025-09-15
refactor: remove src/std.h
nsfisis
2025-09-15
feat: include <libgen.h>
nsfisis
2025-09-15
feat: include <unistd.h>
nsfisis
2025-09-15
fix: issue where enumeration cannot be referenced until enum definition compl...
nsfisis
2025-09-15
refactor: move tokenization code from preprocess.c to tokenize.c
nsfisis
2025-09-14
build: nix flake update
nsfisis
[next]