diff options
author | Shevek <[email protected]> | 2012-01-28 13:48:21 -0800 |
---|---|---|
committer | Shevek <[email protected]> | 2012-01-28 13:48:21 -0800 |
commit | 59a9fc05cf425a703f1cca0a40c8049002422821 (patch) | |
tree | 9062e7109e4f9943441fb3510d1d411a1b68859b | |
parent | c12ca797d66415756f364bc6c4a31ee502d9a9dd (diff) |
Add README.
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +The C Preprocessor is an interesting standard. It appears to be +derived from the de-facto behaviour of the first preprocessors, and +has evolved over the years. Implementation is therefore difficult. +JCPP is a complete, compliant, standalone, pure Java implementation +of the C preprocessor. It is intended to be of use to people writing +C-style compilers in Java using tools like sablecc, antlr, JLex, CUP +and so forth (although if you aren't using sablecc, you need your +head examined). This project has has been used to successfully +preprocess much of the source code of the GNU C library. As of +version 1.2.5, it can also preprocess the Apple Objective C library. |