Skip to content

parser-prototype for C++ header files as a part of my GSoC project for GNU Radio

Notifications You must be signed in to change notification settings

aru31/parser-prototype

Repository files navigation

Prototype tool for parsing C++ header files (only pygccxml)

To use this tool, follow the given instructions after installing pygccxml:

python3 ast_generator.py sample.h > pygccxml_ast.txt

then

python3 abstract_input.py sample.h

Use pygccxml as your CLI input
Get abstract representation of the header (.txt) along with YAML file. :)

About

parser-prototype for C++ header files as a part of my GSoC project for GNU Radio

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published