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: | "Eric A. Anderson" <eanders+@cmu.edu> |
Organization: | Compilers Central |
Date: | Sun, 27 Sep 1992 18:01:43 GMT |
Keywords: | yacc, FTP |
References: | 92-09-173 |
The moderator writes:
> [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]
Indeed, someone already has:
Package-Name: perl-byacc
Maintainer: corbett@berkeley.edu
Version: 1.8
Obtained: sparky.sterling.com:local-src/perl-byacc1.8.tar.Z
--
I found it to be very useful. The only thing missing now is a lexer.
However because of perl's incredible string handling ability, writing
a lexer isn't too bad.
-Eric
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.