index
:
ducc
main
ducc
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-10-10
refactor: use |= operator to simplify code
HEAD
main
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
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: define wchar_t in stddef.h
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
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
2025-09-09
feat: support CRLF and CR
nsfisis
2025-09-08
fix: macro expansion
nsfisis
2025-09-05
feat: improve pp-number tokenization
nsfisis
2025-09-05
feat: skip "restrict" and "volatile"
nsfisis
2025-09-05
feat: support enumerator having constant expression
nsfisis
2025-09-05
feat: make va_list definition compatible with GCC's
nsfisis
2025-09-04
test: #include standard headers
nsfisis
2025-09-04
feat: use <stdio.h> in ducc sources
nsfisis
2025-09-04
feat: recursive macro expansion
nsfisis
2025-09-03
chore: bump to v0.2.0
v0.2.0
nsfisis
2025-09-03
feat: add --std=c23
nsfisis
2025-09-03
feat: support native bool/true/false
nsfisis
2025-09-03
build: disable hardening of Nix GCC
nsfisis
2025-09-03
feat: use <stdio.h> of glibc in examples/*.c
nsfisis
2025-09-03
feat: rewrite function declaration parsing
nsfisis
2025-09-03
feat: partially support floating point number types (parsing only)
nsfisis
[next]