legacy-cc

The earliest versions of the very first c compiler known to exist in the wild written by the late legend himself dmr.
git clone http://git.hanabi.in/repos/legacy-cc.git
Log | Files | Refs | README

commit 6f151988f494134a596f1a38d2fb3d0019055225
parent ccbe90a2803e2cc7e177c77cf1d5c19dd13f6d02
Author: mortdeus <mortdeus@gmail.com>
Date:   Wed, 17 Mar 2021 00:57:36 -0500

Update README.md

added an alt link in case either link fails down the road. Though as of now both appear to work fine.
Diffstat:
MREADME.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -7,5 +7,6 @@ These are not capable of being compiled today with modern c compilers like gcc. You guys might be able to play around building this compilier with Aiju's pdp-11/unix emulator. I havent tried building this myself so I cant confirm it works, but I posted the link to his emulator for anybody wanting to hack around with it. -Source: [https://www.bell-labs.com/usr/dmr/www/primevalC.html] +Source: [https://www.bell-labs.com/usr/dmr/www/primevalC.html] [alt http://cm.bell-labs.co/who/dmr/primevalC.html] + PDP-11 Emulator[http://pdp11.aiju.de/]