[Tutor] parsing chemical formula

Blake Winton bwinton@tor.dhs.org
Mon, 29 Mar 1999 20:47:26 -0500 (EST)


> On Mon, 29 Mar 1999, Steve Spicklemire wrote:
> Any other suggestions would be appreciated.

And of course, I forget to tell you all where the solution is...  :P

Written by me:
http://tor.dhs.org/%7Ebwinton/python/chemweight.py              # My program

Writtne by John:
http://tor.dhs.org/%7Ebwinton/python/generic.py                 # The framework
http://tor.dhs.org/%7Ebwinton/python/framework-0.3/doc/faq.html # A FAQ

Sorry about that...
Blake.

P.S. John, if you're reading this, I couldn't find a "Token" class in
     generic.py.  Is it in an example file, or should there be a stub
     in generic.py?  The docs seem to suggest the latter.