From 7bf4d64c7fee4f59bd00dcee97bdb47d9af21dcc Mon Sep 17 00:00:00 2001 From: metala Date: Fri, 17 Feb 2012 20:45:24 +0200 Subject: Added the code from the latest version --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..e0faa18 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# C Compatible Preprocessor for PHP + +## Features +* trigraphs replacement +* line-slicing +* comment removal +* directives: #if, #else, #elif, #endif, #include, #define, #warning, #error +* non-standard directives: #includephp, #literal +* Object-like macros +* Function-like macros (Function-like macros in Function-like macros are not supported) +* ## preprocessor operator + +## License +The license is 2-clause BSD. +That means it's open-source and you are free to distribute, modify, sell or use in a commercial software and many others, as long as you keep the copyright. \ No newline at end of file -- cgit v1.2.3