| Related articles |
|---|
| bison to BNF (de)compiler? grendel@debian.org (Marek Habersack) (2005-06-30) |
| From: | Marek Habersack <grendel@debian.org> |
| Newsgroups: | comp.compilers |
| Date: | 30 Jun 2005 10:00:43 -0400 |
| Organization: | POZMAN - http://www.man.poznan.pl/ |
| Keywords: | parse, question, comment |
| Posted-Date: | 30 Jun 2005 10:00:43 EDT |
Hello all,
I've been looking for a while without success for a tool to generate
an (E|L)BNF grammar given a bison grammar file. I need that to get a
grammar for a pretty complex programming language whose developers don't
think it is necessary to provide a BNF. My ultimate goal is to attempt to
implement the language from scratch as a pet project and therefore having
a BNF for it would be a real time saver. Does anybody ever heard of such
a utility?
TIA,
marek
[Bison's input is just a subset of BNF with slightly different
punctuation. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.