You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Thomas Jackson <th...@gmail.com> on 2007/08/08 21:12:17 UTC

Flex & Bison Plugin?

Does anyone know of any plug-ins for Maven that will generate files 
using flex and bison?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Flex & Bison Plugin?

Posted by Eric Redmond <er...@gmail.com>.
There is a jflex artifact out there
http://repo1.maven.org/maven2/de/jflex/jflex/1.4.1/ , which QDox uses, but
unfortunately, last I knew there was no plugin - so U had to use antrun to
call it instead.

If you find any, please post them. It's be nice to have a list of Maven
supported lexer/parsers.

Do you have to use flex/bison? Can you use antlr or javacc?

-- 
Eric Redmond
http://blog.propellors.net

On 8/8/07, Thomas Jackson <th...@gmail.com> wrote:
>
> Does anyone know of any plug-ins for Maven that will generate files
> using flex and bison?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>