OscarRodriguezPrieto / ProgQuery

ProgQuery is a system to extract useful syntactic and semantic information from source code programs and store it in a graph database for posterior querying.
MIT License
15 stars 4 forks source link

Added a new feature "Project Starting from a javac plugin that generates AST graphs." #1

Closed OscarRodriguezPrieto closed 7 years ago

OscarRodriguezPrieto commented 7 years ago

Add a new feature to incorporate the initial code of a javac plugin into the project. This plugin uses information from the java compiler javac to generate a graph representation of the AST of any java program.