legacy-cc

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

README.md (866B)


      1 legacy-cc
      2 =========
      3 
      4 The earliest versions of the very first c compiler known to exist in the wild written by the late legend himself dmr. 
      5 
      6 These are not capable of being compiled today with modern c compilers like gcc. I am only posting these here for the enjoyment and reminiscing of the spark that ignited a soon to be trillion dollar industry. Enjoy. :)   
      7 
      8 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.
      9 
     10 Source: [https://www.bell-labs.com/usr/dmr/www/primevalC.html] alt-link [http://cm.bell-labs.co/who/dmr/primevalC.html]
     11 
     12 *Useful Links*
     13 
     14 PDP-11 Emulator: [http://pdp11.aiju.de/]
     15 
     16 Research Unix Repository: [https://www.tuhs.org/Archive/Distributions/Research/]