This page has moved to ecsharp.net.
GitHub doesn't support HTTP redirects, so you'll be redirected via JavaScript in 5 seconds.LLLPG Home Page
The LL(k) Parser Generator for Coders
LLLPG is a recursive-decent parser generator for C#, with a feature set better than ANTLR version 2. It’s one of the only parser generators designed for coders: it generates clean, straightforward code, only slightly uglier than you would write by hand, and it’s convenient for small parsing tasks, not just big ones.
To learn more, read the FAQ or the five-part article series about LLLPG:
Or see the original series on CodeProject. It includes a download link, but to make sure you get the current version, you should go to the release repo and click “Download ZIP”.