annotate docs/lwcc.txt @ 222:03f7192fcd20

Add --unicorns option for IDE integration This version of unicorns adds RESOURCE: lines to the output which specify files and macros discovered during the assembly process.
author William Astle <lost@l-w.ca>
date Sun, 15 Jul 2012 10:50:46 -0600
parents 4e12d881df85
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
187
4e12d881df85 Added blurb about lwcc
lost@l-w.ca
parents:
diff changeset
1 lwcc is based on the PCC compiler code. However, the code has been
4e12d881df85 Added blurb about lwcc
lost@l-w.ca
parents:
diff changeset
2 substantially modified to elminate autoconf, automake, and support for
4e12d881df85 Added blurb about lwcc
lost@l-w.ca
parents:
diff changeset
3 targets not supported by lwtools.
4e12d881df85 Added blurb about lwcc
lost@l-w.ca
parents:
diff changeset
4
4e12d881df85 Added blurb about lwcc
lost@l-w.ca
parents:
diff changeset
5 In addition, many parts have been substantially rewritten to match the
4e12d881df85 Added blurb about lwcc
lost@l-w.ca
parents:
diff changeset
6 lwtools code style or generally improve readability.
4e12d881df85 Added blurb about lwcc
lost@l-w.ca
parents:
diff changeset
7
4e12d881df85 Added blurb about lwcc
lost@l-w.ca
parents:
diff changeset
8 Some source files are substantially similar to the same files from PCC and
4e12d881df85 Added blurb about lwcc
lost@l-w.ca
parents:
diff changeset
9 retain the original PCC license. Others, containing original or rewritten
4e12d881df85 Added blurb about lwcc
lost@l-w.ca
parents:
diff changeset
10 code are licensed under the same license as the rest of lwtools.