On 6/25/07, Erik de Castro Lopo <[EMAIL PROTECTED]> wrote:
Hey Scott,

Scott Finneran wrote:

> So for those of us who came to software via the engineering route (as
> well as the repentant computer scientists) and didn't manage to trip
> over this stuff along the way where do we begin?

Next time you need to do any parsing of structureed text and you're
thinking of using a hand coded recursive descent parser, stop and try
using lex and yacc (or high level language equivalents like ocamllex/
ocamlyacc).

I was wondering about this the other month, when I wanted to build a
small parser.  Are lex and yacc really still the way to go in C?

I probably should have seized the opportunity to learn some ocaml...

--
Martin
_______________________________________________
coders mailing list
coders@slug.org.au
http://lists.slug.org.au/listinfo/coders

Reply via email to