requires
pygccxml can be installed with sudo apt install pygccxml
on Ubuntu
$ python3 main.py examples/tiny/tiny_config.yaml
or
$ python main.py examples/foo/foo_config.yaml
foo_config.yaml
tiny_config.yaml
The pygccxml folder contains the pygccxml tutorial examples.
Each some_example.py
file has a some_example.hpp
data file that is compiled and parsed.
For example to run the declaration.py
example:
$ cd pygccxml-examples
$ python3 declaration.py