summaryrefslogtreecommitdiff
path: root/tools/preprocess_pragmas.c
AgeCommit message (Collapse)Author
2024-08-14fix preprocess_pragmas and add tests (#2038)Dragorn421
2024-08-14Rewrite preprocess.py with bash and C (#2035)Dragorn421
* add C preprocess_pragmas and Bash preprocess * "line return" -> newline * align tools sources * fix: handle files that are not newline-terminated * use a temp directory with a same-basename file instead of a temp file * macos compat * remove debug code