Related articles |
---|
Re: Parser generator drb@msu.edu (2012-01-08) |
Re: Parser generator gah@ugcs.caltech.edu (glen herrmannsfeldt) (2012-01-08) |
Re: Parser generator slkpg3@gmail.com (SLK Systems) (2012-01-08) |
Re: Parser generator gah@ugcs.caltech.edu (glen herrmannsfeldt) (2012-01-11) |
Re: Parser generator arnold@skeeve.com (2012-01-11) |
Re: PL/I, was Parser generator drb@ihatespam.msu.edu (2012-01-11) |
Re: PL/I, was Parser generator robert@prino.org (Robert AH Prins) (2012-01-11) |
[8 later articles] |
From: | drb@msu.edu (Dennis Boone) |
Newsgroups: | comp.compilers |
Date: | Sun, 08 Jan 2012 11:47:06 -0600 |
Organization: | Compilers Central |
Keywords: | yacc, parse, PL/I |
Posted-Date: | 08 Jan 2012 15:12:28 EST |
Folks,
I'm looking for a parser generator that generates output in PL/I.
That is, in the same way that there are variants of yacc that generate
Pascal or Perl or Java, I want "pl1yacc" (or pl1antlr or pl1eli or
.... you get the idea.)
Anyone know of such a tool?
Thanks,
De
[In the 35 years I've been in this biz, I've never seen one. It wouldn't
be hard in principle to translate the parser skeleton in bison or yacc to
generate PL/I, but it'd still be a chunk of work. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.