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.
- Host: GitHub
- URL: https://github.com/smilyorg/cppparser
- Owner: SmilyOrg
- License: apache-2.0
- Created: 2014-03-03T23:02:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-22T22:20:17.000Z (about 12 years ago)
- Last Synced: 2025-10-26T12:42:55.690Z (8 months ago)
- Language: Haxe
- Size: 199 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.