Re: [Grulic-dev] BNF Converter,

Página superior
Adjuntos:
+ (text/plain)

Responder a este mensaje
Autor: Edgardo Hames
Fecha:  
A: Lista de desarrollo de software libre
Asunto: Re: [Grulic-dev] BNF Converter,
On Wed, Feb 11, 2009 at 6:44 AM, Miguel Pagano <miguel.pagano@???> wrote:
>
> Hola,
>
> ayer encontré BNF Converter [0], que es (citando de la página)
> \begin{quote}
> The BNF Converter is a compiler construction tool generating a
> compiler front-end from a Labelled BNF grammar. It is currently able to
> generate C, C++, C#, F#, Haskell, Java, and OCaml, as well as XML
> representations.
> \end{quote}
>
> [0] http://www.cs.chalmers.se/Cs/Research/Language-technology/BNFC/


Yo estuve usando yyextract[0]: le das una gramática de Yacc y te
genera el EBNF lo cual resulta muy útil para hacer un parser con otra
herramienta.

Aportando al desarrollo libre,
Edgardo

[0] sudo aptitude install cutils

-- 
The mere formulation of a problem is far more essential than its solution,
which may be merely a matter of mathematical or experimental skills.
-- Albert Einstein