Whiteknight / ParserObjects

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

ParseResultSequence should implement it's own statistics #188

Closed Whiteknight closed 1 year ago

Whiteknight commented 1 year ago

Right now it just returns stats from the underlying sequence. We don't need to do that, and there are enough interesting things and optimization opportunities in ParseResultSequence that keeping track of it's own set of stats would be beneficial.

Whiteknight commented 1 year ago

This is in, now