Whiteknight / ParserObjects

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

Function parser should take a callback to implement optimized Match() #184

Closed Whiteknight closed 1 year ago

Whiteknight commented 1 year ago

if Match() callback isn't provided, we can default to Parse(state).Success

Whiteknight commented 1 year ago

This is done in v5 now.