index
:
ducc
feat/complex-init
main
ducc
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ast.c
Age
Commit message (
Collapse
)
Author
2026-02-07
feat: support function calls via function pointers
nsfisis
The two-pass parsing of function pointer declaration is referenced from chibicc: https://github.com/rui314/chibicc
2026-01-24
feat: implement array initializer
nsfisis
2026-01-23
refactor: AST overhaul
nsfisis
2026-01-10
feat: support global variables of char[]
nsfisis
2026-01-10
feat: support passing arguments larger than 8 bytes
nsfisis
2025-09-27
refactor: add src/ducc.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-13
feat: include <string.h>
nsfisis
2025-09-13
feat: implement cast expression
nsfisis
2025-09-03
feat: support native bool/true/false
nsfisis
2025-09-03
feat: rewrite function declaration parsing
nsfisis
2025-09-03
feat: partially support floating point number types (parsing only)
nsfisis
2025-09-01
feat: support signed/unsigned specifier
nsfisis
2025-08-29
fix: dangling pointer
nsfisis
2025-08-29
feat: add utility function to dump any internal object as JSON
nsfisis
2025-08-25
feat: separate compilation
nsfisis
2025-08-22
chore: move *.c and *.h files to src/
nsfisis