blob: e0faa184fd0a7586c6bbf77b3f4e6a9741d155ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.
|