Related articles |
---|
Searching Perl(5) grammar weishaar@soft.uni-linz.ac.at (Gerd Weishaar) (1997-10-03) |
Re: Searching Perl(5) grammar rootbeer@teleport.com (Tom Phoenix) (1997-10-08) |
Re: Searching Perl(5) grammar chip@rio.atlantic.net (1997-10-16) |
Re: Searching Perl(5) grammar merlyn@stonehenge.com (Randal Schwartz) (1997-10-17) |
From: | Gerd Weishaar <weishaar@soft.uni-linz.ac.at> |
Newsgroups: | comp.compilers,comp.lang.perl,comp.compilers.tools.pccts |
Date: | 3 Oct 1997 12:21:05 -0400 |
Organization: | JKU Linz |
Keywords: | parse, question, comment |
Hi, all,
I'm searching for a Perl grammar with the purpose to develope an
analysis tool for perl programs. The yacc-file included in the
perl5 package is quite tricky and difficult to read.
Any hint would be appreciated.
Thanks in advance
Gerd
--
------------------------------------------------------------------
Gerd Weishaar
Christian Doppler Laboratory for Software Engineering
Johannes Kepler University Linz
Institute of Computer Science
Software Department
Tel: +43-732-2468-527 Altenbergerstr. 69
Fax: +43-732-2468-426 A-4040 Linz, Austria
------------------------------------------------------------------
mailto:weishaar@soft.uni-linz.ac.at
http://www.soft.uni-linz.ac.at/Staff:Weishaar.html
ftp://ftp.soft.uni-linz.ac.at
[I'd be surprised if anything much simpler than the parser in perl5 could
correctly parse perl5. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.