Parsing a search string

Andrew Dalke dalke at dalkescientific.com
Fri Dec 31 14:01:33 EST 2004


"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




More information about the Python-list mailing list