Mercurial > hg > index.cgi
comparison lwcc/README.txt @ 292:40ecbd5da481 ccdev
Part one of the C preprocessor
This is part one of the C preprocessor. It finds and then fails to intepret
directives. Also handles line splicing and trigraphs.
author | William Astle <lost@l-w.ca> |
---|---|
date | Sun, 08 Sep 2013 21:58:12 -0600 |
parents | c648fc4bd006 |
children | 9e342c4e4b66 |
comparison
equal
deleted
inserted
replaced
291:83f682ed4d65 | 292:40ecbd5da481 |
---|---|
13 compilers like gcc. It should be noted that the internal interface between | 13 compilers like gcc. It should be noted that the internal interface between |
14 the lwcc driver and its back end programs (the preprocessor and compiler | 14 the lwcc driver and its back end programs (the preprocessor and compiler |
15 proper) is unspecified and subject to change without notice. The assembler | 15 proper) is unspecified and subject to change without notice. The assembler |
16 and linker (lwasm, lwlink) do have defined public interfaces are are not | 16 and linker (lwasm, lwlink) do have defined public interfaces are are not |
17 likely to change substantially. | 17 likely to change substantially. |
18 | |
19 | |
20 cpp/ | |
21 | |
22 This is the actual C preprocessor. Its specific interface is deliberately | |
23 undocumented. Do not call it directly. Ever. Just don't. Bad Things(tm) will | |
24 happen if you do. | |
18 | 25 |
19 | 26 |
20 liblwcc/ | 27 liblwcc/ |
21 | 28 |
22 This contains any runtime libraries the compiler needs to support its | 29 This contains any runtime libraries the compiler needs to support its |