Related articles |
---|
New release of perl-byacc Rick_Ohnemus@imd.sterling.com (1993-01-19) |
Newsgroups: | comp.compilers,comp.lang.perl |
From: | Rick_Ohnemus@imd.sterling.com (Richard Ohnemus) |
Organization: | Compilers Central |
Date: | Tue, 19 Jan 1993 04:56:09 GMT |
Keywords: | yacc, parse |
This is to announce a new version of perl-byacc (Berkeley yacc that can
output C or PERL). It is available from ftp.sterling.com in
/local/perl-byacc1.8.2.tar.Z
The major change in this release is that '-p' is now used to specify a
symbol prefix. This allows multiple parsers to be included in a program
without changing all of the 'yy' symbols using sed, perl, etc.
In previous releases '-p' (lower case p) was used to generate PERL code.
This has been changed to '-P' (upper case P).
Other changes are described in the file 'README.FIRST' that is included in
the distribution.
--
Rick Ohnemus INTERNET: rick@IMD.Sterling.COM UUCP: uunet!sparky!rick
LAND: Sterling Software IMD, 1404 Ft. Crook Rd. South, Bellevue NE. 68005-2969
Phone: (402) 291-8300 FAX: (402) 291-4362
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.