I would like to update the Unix V7 C compiler by Dennis Ritchie to a modern architecture.
The code from V7
is in the V7
branch.
Other versions are in V10
and 2.11BSD
branch.
The master
contains the version that I am working on.
cc
contains the compiler codecpp
is a C pre-processor written by Dennis Ritchie.docs
contains a design document for the C compiler written by Dennis Ritchie.
See the cc
subproject for its status.