File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,12 @@ Non-goals:
24
24
* ** Does not produce a full AST** , use Clang if you need that
25
25
* ** Not intended to validate C++** , which means this will not reject all
26
26
invalid C++ headers! Use a compiler if you need that
27
- * ** No C preprocessor substitution support implemented ** . If you are parsing
27
+ * ** Parser requires a C++ preprocessor ** . If you are parsing
28
28
headers that contain macros, you should preprocess your code using the
29
29
excellent pure python preprocessor [ pcpp] ( https://github.com/ned14/pcpp )
30
30
or your favorite compiler
31
- * See ` cxxheaderparser.preprocessor ` for how to use
31
+ * We have implemented support for PCPP, GCC, and MSVC -- but it is not enabled
32
+ by default. See the ` cxxheaderparser.preprocessor ` module for how to enable it.
32
33
* Probably won't be able to parse most IOCCC entries
33
34
34
35
There are two APIs available:
You can’t perform that action at this time.
0 commit comments