Leo writes:
> Felix Gallo <[EMAIL PROTECTED]> wrote:
> 
> > 6.  It's a little alarming that if you look for struct
> > ParrotIOData in src/ and include/, you won't find it.  I found
> > it, but couldn't figure out why it was there.  Leo?
> 
> Bigger parts of the interpreter like imcc and IO are distinct subsystems
> and are located in separate subdirectories.

Noted, but contrary to expectation.  Seems like all source should
be under src, and all headers under include.

> I don't know which editor you are using, but have a look at your
> editor's documentation for tags or TAGS. In vim locating a structure,
> function, ... is just one keystroke C< ^] > away (after "make tags").

Good point.  

I'm somewhat surprised that nobody has yet commented on the rest
of the post...I must have gotten it right. :)

F.

Reply via email to