index
:
ducc
feat/complex-init
main
ducc
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
tokenize.c
Age
Commit message (
Collapse
)
Author
2026-02-07
feat: partially support float/double
nsfisis
2026-01-17
feat: support #include_next directive (GNU extension)
nsfisis
2026-01-08
fix: infinite loop when tokenizing "#include HEADER_MACRO"
nsfisis
2026-01-06
fix: for loop with multiple variable declarations
nsfisis
In this C code, for (T v = expr1, u = expr2; ...; ...) { ... } the "expr2" was silently discarded before.
2026-01-06
feat: support '\e'
nsfisis
2026-01-06
feat: support octal/hexadecimal number literals
nsfisis
2025-09-27
refactor: add src/ducc.h
nsfisis
2025-09-15
refactor: move tokenization code from preprocess.c to tokenize.c
nsfisis
2025-09-14
feat: include <stdlib.h>
nsfisis
2025-09-13
feat: include <string.h>
nsfisis
2025-09-13
feat: implement -E flag (preprocess only)
nsfisis
2025-09-01
feat: partially support anonymous structs/unions/enums
nsfisis
2025-08-29
refactor: add stricter types
nsfisis
2025-08-25
feat: add static to file-local functions
nsfisis
2025-08-25
feat: separate compilation
nsfisis
2025-08-22
chore: move *.c and *.h files to src/
nsfisis