aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/token.c
AgeCommit message (Collapse)Author
2025-09-27refactor: add src/ducc.hnsfisis
2025-09-14feat: include <stdlib.h>nsfisis
2025-09-13feat: include <string.h>nsfisis
2025-09-13feat: implement -E flag (preprocess only)nsfisis
2025-09-04feat: use <stdio.h> in ducc sourcesnsfisis
2025-09-03feat: support native bool/true/falsensfisis
2025-08-31fix: error message when included file is not foundnsfisis
2025-08-29fix: token_kind_stringify()nsfisis
2025-08-29refactor: add stricter typesnsfisis
2025-08-29feat: add utility function to dump any internal object as JSONnsfisis
2025-08-28refactor: remove pp directives in separate phasensfisis
2025-08-26feat: improve handling of non-directive preprocessing directivesnsfisis
2025-08-26feat: support nop preprocessing directivensfisis
2025-08-26refactor: remove unnecessary conditionnsfisis
2025-08-26refactor: separate preprocess.{h,c}nsfisis