Daniel Marjamäki

Results 389 comments of Daniel Marjamäki

how do you use simplecpp? on the command line like this: simplecpp 1.c ? I would personally prefer that you use the token list output instead but that might be...

I think that we want to have 2 different behaviors. For debugging I want to see what tokens are created so I want to have the extra space. Users do...

Why not use gcc? The text output is for debugging purposes. It is tricky to get the spacing exactly as gcc and I rather not worry about if the debug...

To me this is currently a low prio issue.

ouch I thought this __has_include was fixed by now. Thanks for reporting!

I didn't have time to look at this yet. A PR would be appreciated. > Follow up: not sure I'd have to look in the code and/or debug..

> My idea is to replace all uses of long long for numeric values by a tagged union of long long and unsigned long long with operators overloaded to adhere...

> For the preprocessor there doesn't need to be any specification for the size of int, only for the size of intmax_t (i.e. the largest integral type according to the...

> Could it be that simplecpp is trying to expand pre-processor arguments too early? Sure there is a problem to fix. My feeling is that this is very hard to...