Kangping

Results 137 comments of Kangping

1. 这个项目没有测试过mac OS; 2. 没有这个打算; 3. 只做bugfix,不添加新的功能;

I hate space, stringize, glue and back slash!

I doubt if both are correct, it is just that the preprocessor's dump function can't generate pretty readable code.

That right way of checking if the compiler handles column(or space) correctly is try below snippet: ``` #define PLUS + #define EMPTY #define f(x) =x= #define STRINGIZE(x) #x #define TEST(x)...

The -E option is just for dumping the preprocessed code for programmer. wgtcc 's dump function is so simple that the dumped code can't be compiled to get the same...

So it is the dump function that should be fixed. I'd rather go die.

Lets suicide together :)

yes, it is. Once upon a time, it supported multiple files. I disabled it(the code is simplified also) for convenience of debugging, i will reenable it later. (ps: we better...

A single source file is a translation unit.Which means we could fork(),so every child process handle a source file :)