First & Follow sets
Aaron Watters
aaron at reportlab.com
Sun Feb 8 22:11:07 EST 2004
More information about the Python-list mailing list
Sun Feb 8 22:11:07 EST 2004
- Previous message (by thread): First & Follow sets
- Next message (by thread): First & Follow sets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Nobody" <user_77 at hotmail.com> wrote in message news:<7k_Ub.22690$4X.479783 at twister.tampabay.rr.com>... > Does anyone have some python code snippets for finding First() and Follow() > sets of an LL(1) grammar handy? Buried somewhere in kwParser I think you'll find something close to this, but it may not be in a form that easy to adapt (and it also may not be exactly what you are asking for). It's one of the gadfly components: http://sourceforge.net/projects/gadfly/ -- Aaron Watters === February is a horrible month which should be avoided whenever possible. [seen from a cookie program many years ago]
- Previous message (by thread): First & Follow sets
- Next message (by thread): First & Follow sets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list