[OT] flex, yacc, and bison
Jackson, DeJuan <djackson@cpsgroup.com>
From: "Jackson, DeJuan" <djackson@cpsgroup.com>
To: PGSQL Hackers <pgsql-hackers@hub.org>
Date: 1999-08-18T18:11:47Z
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