Hacker News new | ask | show | jobs
by x0re4x 2812 days ago
No, GCC is still written mostly in C. Try:

git clone --depth=1 https://github.com/gcc-mirror/gcc.git

cloc gcc/gcc

1 comments

The files have the .c extension, but they're actually C++.

…Yes, really. They didn't change the filenames during the migration.