Add easy to use preprocessor support via pcpp

- Fixes #60
This commit is contained in:
Dustin Spicuzza
2023-08-21 17:19:23 -04:00
parent 1ba625a13b
commit 34d7b4561b
11 changed files with 149 additions and 10 deletions

View File

@@ -1,5 +1,8 @@
[mypy]
exclude = setup\.py|docs
[mypy-pcpp.*]
ignore_missing_imports = True
[mypy-cxxheaderparser._ply.*]
ignore_errors = True