index
:
ducc
main
ducc
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
13 days
feat: implement va_arg()
nsfisis
13 days
feat: support passing arguments larger than 8 bytes
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-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-07
fix: make string literals compatible with PIE
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-10
refactor: use |= operator to simplify code
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
feat: include <assert.h>
nsfisis
2025-09-14
fix: work-around for issue where storage class is changed somewhere
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: allow array size to be omitted
nsfisis
2025-09-13
feat: support cast expression in constant evaluation
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: include <ctype.h>
nsfisis
2025-09-13
fix: update is_type_token()
nsfisis
2025-09-13
feat: implement cast expression
nsfisis
[next]