aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShevek <[email protected]>2012-01-28 13:49:18 -0800
committerShevek <[email protected]>2012-01-28 13:49:18 -0800
commit51596db1e619655b1ff54aceb84757060d19fbbb (patch)
tree062574d23c21689eff40786d050f88713a581911
parent59a9fc05cf425a703f1cca0a40c8049002422821 (diff)
Reformat README.
-rw-r--r--README13
1 files changed, 8 insertions, 5 deletions
diff --git a/README b/README
index 5baf954..0dead99 100644
--- a/README
+++ b/README
@@ -1,10 +1,13 @@
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.
+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.