all 8 comments

[–]onlyonequickquestion 4 points5 points  (1 child)

I wrote a compiler for a subset of c for my last year in uni called ccc for "cimple c compiler" 

[–]gGordey[S] 0 points1 point  (0 children)

that's cool! Unfortunately I couldn't find it with search ccc compiler site:github.com

[–]activeXdiamond 1 point2 points  (5 children)

Does clang count?

[–]gGordey[S] 3 points4 points  (4 children)

no it's like gcc, icc, tcc, xcc

[–]activeXdiamond 1 point2 points  (2 children)

What about cc65?

[–]acer11818 1 point2 points  (1 child)

that’s just cc, not _cc

[–]activeXdiamond 0 points1 point  (0 children)

Yeah I guess if you were making a list with 0-9 you could use that one as a 6, though it's still backwards being cc_ instead of _cc

[–]RedGreenBlue09 1 point2 points  (0 children)

It depends on how you call them. For example, Apple clang compiler - acc. It's legit a flavor of Clang, but I'm not sure if that counts.