SimplePEG/JavaScript

bug "not" predicate in "playground"

Opened this issue · 0 comments

with this grammar
`GRAMMAR url url -> (!"a") "v";
playgroud accept only "v" string, and don't accept not "a".

it's incorrect.

image