Skip to content

Too many bugs of "Reverse" #40

@ChavezLv

Description

@ChavezLv

There is too many bugs of this plugin,many grammars cant parse correctly. such as when you reverse cpp files ,almost all class members can not match the parse grammar which define in cpp.jison,so that it can not create the association and dependency relationship.

Class body structure: [
{
"node": "field",
"name": [
{
"node": "variable",
"name": "const int ccx",
"initialize": "0"
}
],
"modifiers": [
"public"
]
},
{
"node": "null",
"modifiers": [
"public"
]
},
{
"node": "null",
"modifiers": [
"public"
]
},
{
"node": "null",
"modifiers": [
"public"
]
},
{
"node": "null",
"modifiers": [
"public"
]
}
]

]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions