Even libclang does not have to be configured via code, so it makes sense to provide a simple command-line wrapper with limited configuration support.
[ ] Setup wrapper project structure.
[ ] Automatically generate different types of configuration generator scripts - starting from no code at all (static configuration via .toml, .yaml or something else), to a little more involved calls to hcparse API or even "expose all internal details" link kind of setups for more annoying libraries.
[x] Setup main project configuration script #23
[ ] Convert or wrap Cxx file via different analysis methods
Even libclang does not have to be configured via code, so it makes sense to provide a simple command-line wrapper with limited configuration support.
.toml
,.yaml
or something else), to a little more involved calls to hcparse API or even "expose all internal details" link kind of setups for more annoying libraries.