Whiteknight / ParserObjects

C# library for parser combinators
https://whiteknight.github.io/ParserObjects
Apache License 2.0
6 stars 0 forks source link

Move .Reset() to ISequence<T> #179

Closed Whiteknight closed 1 year ago

Whiteknight commented 1 year ago

All sequences should be able to .Reset(), not just ICharSequenceWithRemainder

Whiteknight commented 1 year ago

This is done now.