Mercurial > hg > index.cgi
annotate docs/lwcc.txt @ 188:b6685a7ec2bd
Add stub for lwcc
author | lost@l-w.ca |
---|---|
date | Wed, 11 Jan 2012 20:18:10 -0700 |
parents | 4e12d881df85 |
children |
rev | line source |
---|---|
187 | 1 lwcc is based on the PCC compiler code. However, the code has been |
2 substantially modified to elminate autoconf, automake, and support for | |
3 targets not supported by lwtools. | |
4 | |
5 In addition, many parts have been substantially rewritten to match the | |
6 lwtools code style or generally improve readability. | |
7 | |
8 Some source files are substantially similar to the same files from PCC and | |
9 retain the original PCC license. Others, containing original or rewritten | |
10 code are licensed under the same license as the rest of lwtools. |