index
:
ducc
main
ducc
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
codegen.c
Age
Commit message (
Expand
)
Author
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-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-05
feat: make va_list definition compatible with GCC's
nsfisis
2025-09-03
feat: support native bool/true/false
nsfisis
2025-09-03
feat: rewrite function declaration parsing
nsfisis
2025-09-01
feat: partially support anonymous structs/unions/enums
nsfisis
2025-09-01
feat: implement bitwise AND and bitwise XOR operators
nsfisis
2025-08-29
refactor: remove unused variables
nsfisis
2025-08-27
fix: stack pointer is not aligned to 8 byte boundary
nsfisis
2025-08-25
feat: add static to file-local functions
nsfisis
2025-08-25
feat: support static function
nsfisis
2025-08-25
feat: separate compilation
nsfisis
2025-08-24
feat: expose global symbols
nsfisis
2025-08-23
feat: output executable using gcc
nsfisis
2025-08-22
chore: move *.c and *.h files to src/
nsfisis