dibyendumajumdar / C

Revive UNIX V7 C compiler written by Dennis Ritchie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revive C compilers by Dennis Ritchie

I would like to update the Unix V7 C compiler by Dennis Ritchie to a modern architecture.

Versions

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.

Sub Projects

  • cc contains the compiler code
  • cpp is a C pre-processor written by Dennis Ritchie.
  • docs contains a design document for the C compiler written by Dennis Ritchie.

Current Status

See the cc subproject for its status.

Dennis Ritchie on various aspects of C

About

Revive UNIX V7 C compiler written by Dennis Ritchie

License:Other


Languages

Language:C 93.7%Language:Assembly 4.1%Language:C++ 1.8%Language:Makefile 0.4%Language:CMake 0.1%