The [libsass](https://github.com/zacharycarter/nim-sass/) wrapper requires manual edits as noted by @zacharycarter. https://github.com/sass/libsass/blob/master/include/sass/functions.h#L23-L41 - c2nim doesn't like the paranthesis Add something like `searchregex` to nimgen to allow search/replace with matching. Like: `searchregex = "typedef struct (.?) \((.?)\);"`