[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Where to start in parsing?

Brian Candler

6/29/2007 7:22:00 PM

> I want to start learning to parse, so naturally I go to Goolge. But
> of course, I got a lot of XML and stuff like that and that's really
> not what I'm looking for (I think). So where do I start?

If you are serious about real parsing (e.g. to the point where you can write
a compiler) then invest in a book. "Compilers: Principles, Techniques and
Tools" by Aho, Sethi and Ullman is a classic text.