aravij / uast

Universal AST
GNU Lesser General Public License v2.1
5 stars 0 forks source link

C++ parser #2

Open aravij opened 4 years ago

aravij commented 4 years ago

Research and choose parser for C++ source code. Write a technical report on wiki of available options.

aditya18007 commented 4 years ago

You might wanna see this https://stackoverflow.com/questions/526797/good-tools-for-creating-a-c-c-parser-analyzer/526893#526893

aravij commented 4 years ago

@aditya18007 Thanks we would take a look. How did you find this issue?

aditya18007 commented 4 years ago

You have C++ label attached. I was looking for some c++ project to do, this issue came up in the search.