bdqnghi / graph-ast

A tool to provide the graph representation of the source code based on the paper: "Learning to Represent Program with Graph, ICLR'18"
44 stars 12 forks source link

can't find "generate_graph" #2

Open wuyan0714 opened 4 years ago

wuyan0714 commented 4 years ago

Hello, in the example, you are operating on a single file, from Test.c to Test.pb. Can you operate on multiple files, or can you operate on all the code files of a project? Besides, I can't find "generate_graph".

fehrethe commented 4 years ago

Hi, I read in the other open issue that generate_graph is being fixed at the moment. Did you find a way to work around it in the meantime?

ycachy commented 4 years ago

Hello, where is the 'generate_graph'?

bdqnghi commented 4 years ago

hi, sorry for my late response, please see the new details :)