summaryrefslogtreecommitdiffstats
path: root/library/preprocessor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Safegaurd against error on miss-parse of compressed name, fixes #2Alpha2015-11-251-1/+4
| | | | What situation can produce this?
* Port preprocessor to C++, use PHP preprocessor as fallbackAlpha2015-08-221-0/+331
C++ preprocessor is ~20x faster (can likely be optimized further) but has not been tested under Windows.