Name | Default value | Description |
---|---|---|
verbose | False | operate verbosely |
language | C++ | source code programming language of the given input file |
base_path | None | path prefix to strip off of the filenames |
cpp_output | None | filename for preprocessed file |
flags | [] | list of preprocessor flags such as -I or -D |
input | [] | input files to process |
debug | False | generate debug traces |
output | output file to save the ast to | |
main_file_only | True | should only main file be processed |
emulate_compiler | a compiler to emulate |