Xref: utzoo sci.chem:4065 comp.lang.c:39913 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!csn!boulder!tramp.Colorado.EDU!lewisc From: lewisc@tramp.colorado.edu (LEWIS CHRISTOPHER J) Newsgroups: sci.chem,comp.lang.c Subject: Looking for a parser Message-ID: <1991Jun8.000710.18380@colorado.edu> Date: 8 Jun 91 00:07:10 GMT Sender: news@colorado.edu (The Daily Planet) Organization: University of Colorado, Boulder Lines: 18 Originator: lewisc@tramp.Colorado.EDU Nntp-Posting-Host: tramp.colorado.edu I need to find a parser that can handle strings formatted in a specific way. For instance: 1,2,3-tribromoethane and 2,3,5-trimethyl-4-propylheptane etc. and be able to extract the pertinent information from them as well as indicate any errors if the string is input incorrectly. What I'm looking for is a public domain parser with C source code that I can modify. I'd rather not have to write this from scratch. Does anyone know of any that would suffice? Thanks. CJ Lewis