aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ast.c
AgeCommit message (Expand)Author
2025-09-27refactor: add src/ducc.hnsfisis
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-03feat: support native bool/true/falsensfisis
2025-09-03feat: rewrite function declaration parsingnsfisis
2025-09-03feat: partially support floating point number types (parsing only)nsfisis
2025-09-01feat: support signed/unsigned specifiernsfisis
2025-08-29fix: dangling pointernsfisis
2025-08-29feat: add utility function to dump any internal object as JSONnsfisis
2025-08-25feat: separate compilationnsfisis
2025-08-22chore: move *.c and *.h files to src/nsfisis