widcc icon indicating copy to clipboard operation
widcc copied to clipboard

Simple C compiler for x86-64 Linux able to build real-world projects including Curl, GCC, Git, PHP, Perl, Python, PostgreSQL etc

Results 2 widcc issues
Sort by recently updated
recently updated
newest added

Curl does not have `quiet-test` make rule, instead, it's named `test-quiet``.

The Type, Obj and Node data structures seem to have a pretty different semantics in widcc than in chibicc. What is the correct way to : 1. iterate over all...