k-john-gough / gppg

GPPG is a parser generator that produces parsers written in the C# V2 or higher. The input language is YACC-like, and the parsers are LALR(1), with the usual automatic disambiguations. Designed to work with GPLEX.
Other
38 stars 24 forks source link

Using .NET (Core) Features #4

Open Molinarius opened 2 years ago

Molinarius commented 2 years ago

Any plans for an update that makes use of .NET (Core) features in the generated code?

I think of things like (ReadOnly)Span, (ReadOnly)Memory, maybe Utf8Parser, etc. which could increase performance. Of course GPLEX as well.