Skip to content

simontime/succ-win

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 3 commits ahead, 9 commits behind lunasorcery:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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?

Non't.

Can it actually compile things?

We're working on it.

Is this yet another joke you've put more effort than necessary into?

No comment.

About

no

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.3%
  • Makefile 1.7%