Mercurial > hg > index.cgi
comparison docs/lwcc.txt @ 187:4e12d881df85
Added blurb about lwcc
author | lost@l-w.ca |
---|---|
date | Sat, 24 Dec 2011 12:20:43 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
186:1824cabf25ce | 187:4e12d881df85 |
---|---|
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. |