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
fix: setField() reports position + removes Go field
The rationale here is that this is a userspace parse error, so the Go
field will be confusing/irrelevant.
Allow custom types to be used for Pos, EndPos and Token.
Specifically, these fields can now be of any type that is convertible
from the internal Participle types.