Whiteknight / ParserObjects

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

Simplify lambda argument types #186

Closed Whiteknight closed 1 year ago

Whiteknight commented 1 year ago

Several factory methods take lambda callbacks with custom classes/structs that have very long and difficult names. We should move these types to the root namespace and make them easier to name and find.

Whiteknight commented 1 year ago

This is done in V5 branch.