diff options
author | obrien <obrien@FreeBSD.org> | 2007-09-18 21:14:00 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2007-09-18 21:14:00 +0800 |
commit | c254549238f34d444679746aee3703888367309e (patch) | |
tree | 9bb81740e5e5a69b61adf5e79196a1fb5f5c4aea /lang | |
parent | 4aeb6d60a3f98ff2c2371e43c7bb67aadec13d10 (diff) | |
download | freebsd-ports-gnome-c254549238f34d444679746aee3703888367309e.tar.gz freebsd-ports-gnome-c254549238f34d444679746aee3703888367309e.tar.zst freebsd-ports-gnome-c254549238f34d444679746aee3703888367309e.zip |
Add the website.
Diffstat (limited to 'lang')
-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 6b826c1e47f2..644b8fda81c9 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/ |