annotate docs/lwcc.txt @ 246:b97460509c3d
Update version number to mark development past 4.7
author |
William Astle <lost@l-w.ca> |
date |
Thu, 24 Jan 2013 20:58:30 -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.
|