Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

C++ AST #4

Open
siennathesane opened this issue Mar 12, 2019 · 0 comments
Open

C++ AST #4

siennathesane opened this issue Mar 12, 2019 · 0 comments
Assignees
Labels
ast Parsing issues todo 🗒️

Comments

@siennathesane
Copy link
Owner

I need to find a way to properly parse C++ functions and types, preferably with an AST. I've been looking at cppast as an interim tool. Basically, we'll create a temporary C++ header file with any functions that we find, and then send that file stream to a cppast binary, and then get a JSON payload of the AST back.

@siennathesane siennathesane self-assigned this Mar 12, 2019
@siennathesane siennathesane added this to the API Template Generation milestone Mar 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ast Parsing issues todo 🗒️
Projects
None yet
Development

No branches or pull requests

1 participant