https://github.com/IanHarvey/pcc
Portable C Compiler sources
https://github.com/IanHarvey/pcc
Last synced: 24 days ago
JSON representation
Portable C Compiler sources
- Host: GitHub
- URL: https://github.com/IanHarvey/pcc
- Owner: IanHarvey
- License: other
- Created: 2018-09-21T10:38:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T20:38:12.000Z (over 1 year ago)
- Last Synced: 2025-02-04T22:28:14.127Z (9 months ago)
- Language: C
- Size: 9.74 MB
- Stars: 95
- Watchers: 6
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- fucking-awesome-cpp - PCC - A very old C compiler. Supports C99. (Compiler)
- trackawesomelist - PCC (⭐95) - A very old C compiler. Supports C99. (Recently Updated / [Feb 05, 2025](/content/2025/02/05/README.md))
README
Portable C Compiler
===================
This is a copy of the Portable C Compiler source from http://pcc.ludd.ltu.se/
The source history was imported from a CVS snapshot, `pcc-cvs-20180920.tgz` from http://pcc.ludd.ltu.se/ftp/pub/pcc/,
using the `cvs2git` tools.
Please note: *THIS IS NOT MY CODE!* It's here purely as a way to make this interesting codebase
more accessible. I'm not intending to make a fork of `pcc` or to become its maintainer.
Hence *I am unable to fix any problems* arising from this code, except possibly those relating
to the CVS import.
The source is BSD licensed. Please see `COPYING` for the exact terms.