Add files necessary to add an internal preprocessor (not implemented yet)
Includes PCPP as a submodule (which in turn pulls PLY as a submodule, so be sure to initialize submodules recursively). Also includes a file to interface PCPP with the optimizer, patching its behaviour according to our needs. Special thanks to Niall Douglas and David Bezley for authoring PCPP.
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "pcpp"]
|
||||
path = pcpp
|
||||
url = https://github.com/ned14/pcpp
|
||||
Reference in New Issue
Block a user