Date: Sun, 14 Nov 1999 20:20:58 -0500 (EST) From: Brian Clapper <bmc@WillsCreek.COM> To: Jake Burkholder <jake@checker.org> Cc: Dmitry Golovashkin <math.programming@usa.net>, freebsd-java@FreeBSD.ORG Subject: Re: parsin in Java Message-ID: <199911150121.UAA14002@footbridge.willscreek.com> In-Reply-To: <19991112181351.396151FD9@io.yi.org> References: <19991112174341.25434.qmail@nwcst293.netaddress.usa.net> <19991112181351.396151FD9@io.yi.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 12 November, 1999, at 10:13 (-0800) Jake Burkholder <jake@checker.org> wrote: > > Hello All, > > > > I am wondering whether there are Java packages > > which would be equivalent to `yacc,' `bison,' and `flex' (parsing). > > Have a look at java-cup and jlex, in the ports collection. Another good one (IMO) is ANTLR. It's LL(k), not LALR(1), which can require some adjusting, if you're used to yacc/lex. However, I've used ANTLR, and I rather like it. See www.antlr.org for details. -Brian Brian Clapper, bmc@WillsCreek.COM, http://WWW.WillsCreek.COM/ When you're not looking at it, this fortune is written in FORTRAN. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911150121.UAA14002>