[OT] flex, yacc, and bison

From: "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com>
To: PGSQL Hackers <pgsql-hackers(at)hub(dot)org>
Subject: [OT] flex, yacc, and bison
Date: 1999-08-18 18:11:47
Message-ID: D05EF808F2DFD211AE4A00105AA1B5D248541E@cpsmail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I need to parse this format:

<Database ftpdatabase [hostname[:port]]>
[<DatabaseID somebody>]
[<DatabasePWD mypwd>]
[<Table ftp_users>
[<Uname uname>]
[<CryptedPwd cryptedpwd>]
[<FtpPath ftppath>]
</Table>]
</Database>

That's all that I currently have.
So, which of these would be the best tool (I know little about any of them).
If anyone gets the urge to just whip out a quick grammar file for me it
would be much appreciated.
Or at least point me to a beginner level tutorial somewhere.

advTHANKSance
DEJ

Browse pgsql-hackers by date

  From Date Subject
Next Message Stuart Rison 1999-08-18 18:16:45 Re: [GENERAL] CVS Import/Export
Previous Message Bruce Momjian 1999-08-18 15:11:45 Re: [HACKERS] Re: [CORE] Re: tomorrow