There are plenty of parsers out there and usually you don't want to
reinvent the wheel.
Regarding flex and bison, I have worked with those tools and while they had
their time I think using them to create something by hand is very painful,
even for text protocols. I think the way to go are "parser
massimiliano cialdi writes:
> I would like to use a parser generator (like bison) or an SDP parser
> already written. Could you give me a suggestion?
Google gives me 400,000 hits for "sdp parser". The first one is
https://github.com/clux/sdp-transform "A simple parser/writer for SDP".
There are