Supremely Unhelpful C++ Compiler (SUCC)
no
-- @dril, 15 Sep 2008
Frequently Asked Questions
What?
SUCC is a modern, open-source C++ compiler, inspired by Clang, but with a few key differences.
Why?
Because I keep chatting shit about compilers on twitter dot com, so I figured I should put my money where my mouth is, and write my own to show people how it's done.
How do I use SUCC?
SUCC is designed to be flag-compatible with GCC and Clang, and should work as a drop-in replacement.
How do I build SUCC?
SUCC is not yet self-hosting, so for now it builds using your standards-compliant C++ compiler of choice. A Makefile is provided.
Note: Building SUCC currently requires support for C++20.
Does it support Windows?
No.
Can it actually compile things?
We're working on it.