Skip to content

Does not support ! pegjs operator #9

@Pyrolistical

Description

@Pyrolistical

On your example site if you load the JavaScript grammar we have

ExpressionStatement
  = !("{" / FunctionToken) expression:Expression EOS {
      return {
        type:       "ExpressionStatement",
        expression: expression
      };
    }

and the diagram looks like
screen shot 2017-09-10 at 8 16 34 pm

As far as I understand, that is an invalid railroad diagram.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions