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
37 stars 23 forks source link

CodePlex cleanup #1

Closed mguntli closed 7 years ago

mguntli commented 7 years ago

Updated project structure after import from CodePlex according to github style.

Removed obsolete TFS build process templates Added git configuration files for Visual Studio Imported existing Home description from CodePlex into README.md Imported License from CodePlex and converted into LICENSE.md