Frank B. Brokken writes:
> I'm looking for parser and scanner generators that produce Java
>sourcefiles, comparable to bison and flex. I once had a reference for a parser
>generator producing java sources, but I lost the reference.
(other people wrote about ANTLR and JavaCC)
Perhaps you were thinking of BYACC/Java (the Berkeley yacc with "-j"
for generating Java). Google.com "byacc java" got it for me (I felt
lucky) at: "http://www.lincom-asg.com/~rjamison/byacc/". I personally
prefer it to ANTLR/JavaCC, because I find its parsing model easier to
understand (when things get complicated) -- maybe just because I
learned on yacc.
You might also browse
http://www.developer.com/directories/pages/dir.java.programming.tool.generator.html
which lists lots of this kind of stuff. (Byacc is on page 7.)
-- sandro
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]