Re: grammar traslation?

Axel Kittenberger <axel@dtone.org>
16 Feb 2002 01:10:35 -0500

          From comp.compilers

Related articles
grammar traslation? basireddym@rediffmail.com (2002-02-06)
Re: grammar traslation? axel@dtone.org (Axel Kittenberger) (2002-02-16)
Re: grammar traslation? abate@students.cs.unibo.it (Pietro) (2002-02-16)
Re: grammar traslation? gerenrot@yahoo.com (2002-03-17)
| List of all articles for this month |

From: Axel Kittenberger <axel@dtone.org>
Newsgroups: comp.compilers
Date: 16 Feb 2002 01:10:35 -0500
Organization: Kabelsignal AG Broadband Service
References: 02-02-014
Keywords: parse
Posted-Date: 16 Feb 2002 01:10:35 EST

manohar wrote:


> hi,
> I Am Planning to write DTMF recognizer.here the source files will be
> either in XML or in ABNF specification.i am going to use bison&flex
> for this one.but i have no idea how to treanslate XML grammar files
> into bison grammar.
> Is There Any Means to translate one language into another language?
> I Want To Convert XML grammar file to bison grammar.
> pls help out me in this regard
> Thnaks
> Mano


Maybe try XSL it is the tool to convert XML data in other formats.


http://www.w3schools.com/xsl/


If it doesn't suffice you con write your on applications reading the XML
file with a library like libxml ( http://www.libxml.org ) you can pick your
favorite language for this as nearly every language has some sort of
libxml binding or replacement.


Post a followup to this message

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