diff options
| author | metala <[email protected]> | 2012-02-17 20:45:24 +0200 |
|---|---|---|
| committer | metala <[email protected]> | 2012-02-17 20:45:24 +0200 |
| commit | 7bf4d64c7fee4f59bd00dcee97bdb47d9af21dcc (patch) | |
| tree | 832aad14085342cc6d17c00dea2ff842b6897bee /README.md | |
Added the code from the latest versionv0.1b2
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 |
