Hi,
I tried to use pyexpander as additional macro processor for C-language. It's OK except one thing. When Input file contains strings with escape sequence with more then one backslash pyexpander removes second backslash.
Example
test.c:
"\\a\\b\\c\\d"
expander test.c
"\a\b\c\d"