An open API service indexing awesome lists of open source software.

https://github.com/smilyorg/cppparser

Parses C++ code focusing on generating an AST from header files.
https://github.com/smilyorg/cppparser

Last synced: 4 months ago
JSON representation

Parses C++ code focusing on generating an AST from header files.

Awesome Lists containing this project

README

          

cppparser
=========

Parses C++ code focusing on generating an AST from header files.

If it doesn't compile for you, you probably need a dev version of hxparse and/or Haxe.

Still a WIP, currently parses included example header file to the extent of my testing, probably breaks for other files.