You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ printf'\x01\x02\x03.'| spicy-dump foo.spicy[fatal error] terminating with uncaught exception of type spicy::rt::ParseError: expecting '.' (foo.spicy:5:12)
Dropping the skip makes this parse.
Looking at the generated grammar the only difference seems to be skip introduces an additional indirection,
I would expect that the
skip
in the following unit makes no difference to the parsing behavior:However including it leads to a parse error:
Dropping the
skip
makes this parse.Looking at the generated grammar the only difference seems to be
skip
introduces an additional indirection,vs.
The text was updated successfully, but these errors were encountered: