Skip to content

Invalid behaviour with a<<b. #46

@Nyvyme

Description

@Nyvyme

The parser will fail when it's trying to parse something like

enum TestFlags {
  FLAG_1 = 1<<0,
  FLAG_2 = 1<<1,
  // etc
}

But it will succeed when a<<b are replaced with a << b.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingparser

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions