From: Rob Rypka Date: 2005-09-21T07:34:18+09:00 Subject: Re: Reading the ruby source ------=_Part_43600_23404516.1127255654969 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 9/20/05, Robbie Carlton wrote: > I've never read a big c program before, and I was wondering > if anyone had any advice on where to start, or if there has been any > documentation? >=20 While reading any big C program, I recommend using setting up Cscope. Some= =20 projects have this as a target in the Makefile (although I don't remember i= f=20 Ruby is one of them). You can quickly search for functions when you run int= o=20 them, without the grepping. If you prefer, you can even set up Emacs or Vim= =20 with cscope. For more info: http://cscope.sourceforge.net/ Rob ------=_Part_43600_23404516.1127255654969--