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

As far as I understand, that is an invalid railroad diagram.
On your example site if you load the JavaScript grammar we have
and the diagram looks like

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