picoe / Eto.Parse

Recursive descent LL(k) parser for .NET with Fluent API, BNF, EBNF and Gold Grammars
MIT License
148 stars 30 forks source link

[Q] .NET standard support? #40

Closed nathan130200 closed 4 years ago

nathan130200 commented 4 years ago

I have one question, this library is amazing but have .net standard support? I tried to install but nuget restored only for .net framework 4.6 :/

cwensley commented 4 years ago

Hey, sorry for the late response! 1.5.0 is now released with .NET Standard 2.0 support.