diff 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
line wrap: on
line diff
--- a/lwcc/README.txt	Sun Sep 08 17:08:50 2013 -0600
+++ b/lwcc/README.txt	Sun Sep 08 21:58:12 2013 -0600
@@ -17,6 +17,13 @@
 likely to change substantially.
 
 
+cpp/
+
+This is the actual C preprocessor. Its specific interface is deliberately
+undocumented. Do not call it directly. Ever. Just don't. Bad Things(tm) will
+happen if you do.
+
+
 liblwcc/
 
 This contains any runtime libraries the compiler needs to support its