Parsing a search string
Andrew Dalke
dalke at dalkescientific.com
Fri Dec 31 14:01:33 EST 2004
More information about the Python-list mailing list
Fri Dec 31 14:01:33 EST 2004
- Previous message (by thread): Parsing a search string
- Next message (by thread): Parsing a search string
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"It's me" wrote: > Here's a NDFA for your text: > > b 0 1-9 a-Z , . + - ' " \n > S0: S0 E E S1 E E E S3 E S2 E > S1: T1 E E S1 E E E E E E T1 > S2: S2 E E S2 E E E E E T2 E > S3: T3 E E S3 E E E E E E T3 Now if I only had an NDFA for parsing that syntax... :) Andrew dalke at dalkescientific.com
- Previous message (by thread): Parsing a search string
- Next message (by thread): Parsing a search string
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list