Re: Autotrees !!
[email protected] (Brett Sanger)
| Newsgroups | perl.recdescent |
|---|---|
| Message-ID | <[email protected]> |
> > > Is there an example of an OO processor > > > that handles the parse tree that autotree > > > produces? > > > > Being pretty new to the whole parsing world, I'd love to see this too. > > I'm getting a little closer to figuring it out. The autotree > should be able to be traversed with an object that implements > the Visitor Pattern. Not to appear the hopeless parsing neophyte that I am, but....huh? I guess this is why I'd love an example.