summaryrefslogtreecommitdiff
path: root/lang/lcc/pkg-comment (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove lang/lcc -- it's been broken for so long and there is no newAde Lovett2002-04-121-1/+0
| | | | | | | version. Notes: svn path=/head/; revision=57636
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* lcc is the retargetable ANSI C compiler described in the bookDavid E. O'Brien1996-12-271-0/+1
`A Retargetable C Compiler: Design and Implementation' (Addison-Wesley, 1995, ISBN 0-8053-1670-1). lcc is a production compiler with a hand crafted lexical analyzer and a hand-coded recursive decent parser. The lexer and parser code is well written and very easy to read (and learn from :-)). lcc compiles much faster than FreeBSD's stock [gcc] compiler. However, it does not under stand FreeBSD's "long long" data type. Contributions by: Soren Schmidt Notes: svn path=/head/; revision=5108