aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.c
AgeCommit message (Expand)Author
2025-08-22chore: move *.c and *.h files to src/nsfisis
2025-08-18refactor: direct array access with infile_*() helper functionsnsfisis
2025-08-17refactor: replace String with char*nsfisis
2025-08-17refactor: define TokenValue to store semantic valuensfisis
2025-08-15refactor: define BOOL/TRUE/FALSE macrosnsfisis
2025-08-15feat: output filename and line number from unreachable() and unimplemented()nsfisis
2025-08-15feat: implement __FILE__ macronsfisis
2025-08-15refactor: use variadic arguments in fatal_error()nsfisis
2025-08-15feat: implement va_*() functionsnsfisis
2025-08-15feat: separate main.cnsfisis