issues
search
Symbolk
/
Code2Graph
Towards converting multilingual source code into one language-agnostic graph representation.
42
stars
7
forks
source link
bug: gen.java | VARIABLE_DECLARATION_STATEMENT 节点解析失败
#137
Closed
Guitenbay
closed
1 year ago
Guitenbay
commented
2 years ago
对于以下声明,解析失败:
int x=0, y, z;
只能解析
x
, 无法解析
y
z
对于以下声明,解析失败:
只能解析
x
, 无法解析y
z