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

Replace binary serialization with BinaryFormatter with JSON serialization #9

Open ernstc opened 10 months ago

ernstc commented 10 months ago

Removed obsolete serialization with BinaryFormatter. #8