Note: 9cc is no longer an active project, and the successor is chibicc. 9cc is a successor of my 8cc C compiler. In this new project, I'm trying to write code that can be understood extremely easily while creating a compiler that generates reasonably efficient assembly. 9cc has more stages than 8cc. Here is an overview of the internals: Compiles an input string to abstract syntax trees. Runs a sem