Related articles |
---|
converting to Java belgioioso@libero.it (Davide Rizzo) (2003-02-12) |
Re: converting to Java snicol@apk.net (Scott Nicol) (2003-02-13) |
Re: converting to Java sreeni@viswanadha.net (Sreenivas Viswanadha) (2003-02-21) |
From: | Sreenivas Viswanadha <sreeni@viswanadha.net> |
Newsgroups: | comp.compilers |
Date: | 21 Feb 2003 00:49:00 -0500 |
Organization: | AT&T Broadband |
References: | 03-02-067 |
Keywords: | tools, Java |
Posted-Date: | 21 Feb 2003 00:49:00 EST |
Davide Rizzo wrote:
> How can I quicly convert (with little modifications) a Bison+Flex language
> into some Java parser generator? Which one I should use?
> reply at belgioioso@libero.it
>
You should check out JavaCC from:
http://www.experimentalstuff.com/Technologies/JavaCC
JavaCC allows you to specify your lexer and parser specs in a single
input file. So you just need one integrated language.
Sreeni.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.