Related articles |
---|
Looking for Parser Generator in Perl jwang@seas.smu.edu (1992-09-25) |
Re: Looking for Parser Generator in Perl eanders+@cmu.edu (Eric A. Anderson) (1992-09-27) |
Newsgroups: | comp.compilers |
From: | jwang@seas.smu.edu (Jainbai Wang) |
Organization: | Compilers Central |
Date: | Fri, 25 Sep 1992 04:38:00 GMT |
Keywords: | parse, tools, question, comment |
Here are three questions:
Q1: Is there any parser generators, yacc-like, that will produces
parsers with driver in PERL and will take actions in PERL ?
Q2: If yes, where to find it ? Is it an LALR, LR, or LL parser
generator ?
Q3: If no, what about the idea of writing such a parser generator ?
What will be the potential difficulties ? Does anyone already
has such a plan ?
Your comments are appreciated. Please post them here or mail to me.
Thank you very much.
[I'd think it'd be straightforward to modify Berkeley yacc to produce its
parser in perl rather than C. Yacc used to do ratfor, after all. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.