diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
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 |
