Whiteknight / ParserObjects

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

Consider merging IfParser into ChainParser #207

Open Whiteknight opened 7 months ago

Whiteknight commented 7 months ago

It would be semantically equivalent and I think we can do it without introducing extra memory allocations. We would have to make sure that performance wouldn't suffer and BNF stringification could still be sane.