aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codegen.c
AgeCommit message (Collapse)Author
2025-10-04feat: implement goto statementnsfisis
2025-09-28feat: implement bitwise not operatornsfisis
2025-09-28feat: support using function as a valuensfisis
2025-09-28feat: allow global variable initializer to reference another global variable ↵nsfisis
addresses
2025-09-28feat: implement switch statementnsfisis
2025-09-28feat: implement |=, &=, ^=, <<= and >>= operatorsnsfisis
2025-09-14fix: work-around for issue where storage class is changed somewherensfisis
2025-09-14feat: include <stdlib.h>nsfisis
2025-09-13feat: include <string.h>nsfisis
2025-09-13feat: implement cast expressionnsfisis
2025-09-05feat: make va_list definition compatible with GCC'snsfisis
2025-09-03feat: support native bool/true/falsensfisis
2025-09-03feat: rewrite function declaration parsingnsfisis
2025-09-01feat: partially support anonymous structs/unions/enumsnsfisis
2025-09-01feat: implement bitwise AND and bitwise XOR operatorsnsfisis
2025-08-29refactor: remove unused variablesnsfisis
2025-08-27fix: stack pointer is not aligned to 8 byte boundarynsfisis
2025-08-25feat: add static to file-local functionsnsfisis
2025-08-25feat: support static functionnsfisis
2025-08-25feat: separate compilationnsfisis
2025-08-24feat: expose global symbolsnsfisis
2025-08-23feat: output executable using gccnsfisis
2025-08-22chore: move *.c and *.h files to src/nsfisis