Re: Wanted: advice on writing compiler in Perl!

trulsson@Minsk.docs.uu.se (Erik Trulsson)
21 May 1996 16:14:03 -0400

          From comp.compilers

Related articles
Wanted: advice on writing compiler in Perl! andyd@aimla.com (1996-05-14)
Re: Wanted: advice on writing compiler in Perl! bnm@indica.bbt.com (1996-05-19)
Re: Wanted: advice on writing compiler in Perl! trulsson@Minsk.docs.uu.se (1996-05-21)
Re: Wanted: advice on writing compiler in Perl! edward@nsrc.nus.sg (1996-05-24)
| List of all articles for this month |

From: trulsson@Minsk.docs.uu.se (Erik Trulsson)
Newsgroups: comp.lang.perl.misc,comp.compilers
Followup-To: comp.lang.perl.misc,comp.compilers
Date: 21 May 1996 16:14:03 -0400
Organization: Uppsala Universitet
References: 96-05-099 96-05-110
Keywords: parse

Brian N. Miller <bnm@indica.bbt.com> wrote:
> Perl has some very helpful features for compiler writing:
> [regular expressions, hash tables, lists, and file I/O]
> But I couldn't find any ready-to-use general parsing toolkits for
> perl. And I'm not happy with the quality of perl debuggers.


There exists a version of Berkely Yacc v1.8.2 that can emit
Perl code as well as C code so you can use normal yacc code
for parsing. And since Perl is very good at regular expressions
you don't really need lex.


--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.