Skip to content

Parser does not support declaring multiple variables in a single statement #23

Closed
@Hackerpilot

Description

@Hackerpilot

int a, b;
produces this json output

"variables" : [
  {
    "name" : "a",
    "line" : 1,
    "protection" : "public",
    "attributes" : [
    ],
    "type" : "int"
  }
],

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions