diff options
author | obrien <obrien@FreeBSD.org> | 2007-09-18 13:14:00 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2007-09-18 13:14:00 +0000 |
commit | c254549238f34d444679746aee3703888367309e (patch) | |
tree | 9bb81740e5e5a69b61adf5e79196a1fb5f5c4aea /lang/pcc | |
parent | 4aeb6d60a3f98ff2c2371e43c7bb67aadec13d10 (diff) | |
download | FreeBSD-ports-c254549238f34d444679746aee3703888367309e.zip FreeBSD-ports-c254549238f34d444679746aee3703888367309e.tar.gz |
Add the website.
Diffstat (limited to 'lang/pcc')
-rw-r--r-- | lang/pcc/pkg-descr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/pcc/pkg-descr b/lang/pcc/pkg-descr index 6b826c1..644b8fd 100644 --- a/lang/pcc/pkg-descr +++ b/lang/pcc/pkg-descr @@ -6,3 +6,5 @@ The intention is to write a C99 compiler while still keeping it small, simple, fast and understandable. I think of it as if it shall be able to compile and run on PDP11 (even if it may not happen in reality). But with this in mind it becomes important to think twice about what algorithms are used. + +WWW: http://www.ludd.ltu.se/~ragge/pcc/ |