Parsing newbie

2001-04-22 Thread Pang, Joseph
Is there any lib/module I could use for data parsing? I has some data format that the grammar is known (quite simple actually), but I need to write some function/API such that I could read the data and reformat (to XML maybe), dump it into database, and recall those data easily in the future.

Re: Parsing newbie

2001-04-22 Thread srl
On Fri, 20 Apr 2001, Pang, Joseph wrote: > I think I need to write a parser but had little experience. I had looked up > Lex and Yacc, or bison, with some little time I play, I know I could get > promising result, but I want it written in Perl instead of C. Look at Parse::RecDescent. If you wa

Re: Parsing newbie

2001-04-22 Thread David M. Lloyd
On Sun, 22 Apr 2001, srl wrote: > > I think I need to write a parser but had little experience. I had looked up > > Lex and Yacc, or bison, with some little time I play, I know I could get > > promising result, but I want it written in Perl instead of C. > > Look at Parse::RecDescent. If you w

Re: Parsing newbie

2001-04-22 Thread M.W. Koskamp
- Original Message - From: Pang, Joseph <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 21, 2001 12:30 AM Subject: Parsing newbie > Is there any lib/module I could use for data parsing? > > I has some data format that the grammar is known (

Re: Parsing newbie

2001-04-22 Thread Paul Johnson
On Fri, Apr 20, 2001 at 06:30:34PM -0400, Pang, Joseph wrote: > Is there any lib/module I could use for data parsing? Try Parse::RecDescent. > I has some data format that the grammar is known (quite simple actually), Sounds promising -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.ne