Jangale V-S SPEL-TIT wrote: > Hi Bill, > > Thanks a lot for your help ! > I have downloaded and installed Parser::Yapp module. > But I am not getting headstart in understanding it's use ! > I tried searching internet for the docu but could not get > docu. > Maybe examples and some documentation will help me ! > > Can you please guide me in this regard ?
Sorry, but I would have to do the same as you're doing. If it's too much work for you to use as a parser and you have a simple language to implement, you could just write your own Perl token parser to handle it. Otherwise you're just going to have to try to figure it out as best you can. You could take a look on a UNIX system at lex and yacc programs for additional info on how to write a mini-compiler in yacc. Hopefully that will help you get through one of the Perl yacc modules. -- ,-/- __ _ _ $Bill Luebkert Mailto:[EMAIL PROTECTED] (_/ / ) // // DBE Collectibles Mailto:[EMAIL PROTECTED] / ) /--< o // // Castle of Medieval Myth & Magic http://www.todbe.com/ -/-' /___/_<_</_</_ http://dbecoll.tripod.com/ (My Perl/Lakers stuff) _______________________________________________ Perl-Win32-Admin mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
