datalust / superpower

A C# parser construction toolkit with high-quality error reporting
Apache License 2.0
1.07k stars 99 forks source link

Add support for NET35 and NET40 #104

Closed StefH closed 4 years ago

StefH commented 4 years ago

I want to use Superpower in my https://github.com/StefH/System.Linq.Dynamic.Core to solve some string parsing bugs. And that project supports older frameworks (.net 35 and .net 40)

Can you please consider this PR and merge this and make a new NuGet ?

nblumhardt commented 4 years ago

Thanks for the PR, Stef!

I think in this instance it may be best to source-include the pieces of Superpower you need; we're not philosophically opposed to supporting 3.5 and 4.0, but the added difficulty of maintenance, and the longer-term constraints on using newer libraries/.NET features, rule it out for us currently.

Thanks again for the PR, though (and also, just checked out your project, looks very interesting!)

Regards, Nick

StefH commented 4 years ago

No problem. I will switch to Sprache for now.