Mercurial > hg > index.cgi
annotate docs/lwcc.txt @ 240:41d64951eb32
Silence debug message
author | William Astle <lost@l-w.ca> |
---|---|
date | Tue, 14 Aug 2012 23:03:59 -0600 |
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. |