Re: moving from yacc to ???

dwight@pentasoft.com (Dwight VandenBerghe)
19 Apr 1999 14:47:48 -0400

          From comp.compilers

Related articles
moving from yacc to ??? pvelikho@cs.ucsd.edu (Pavel Velikhov) (1999-04-18)
Re: moving from yacc to ??? dwight@pentasoft.com (1999-04-19)
Re: moving from yacc to ??? slaught@umr.edu (Chad Slaughter) (1999-04-19)
Re: moving from yacc to ??? rsherry@home.com (Robert Sherry) (1999-04-26)
| List of all articles for this month |

From: dwight@pentasoft.com (Dwight VandenBerghe)
Newsgroups: comp.compilers
Date: 19 Apr 1999 14:47:48 -0400
Organization: Compilers Central
References: 99-04-049
Keywords: parse, tools

On 18 Apr 1999 01:59:17 -0400, Pavel Velikhov <pvelikho@cs.ucsd.edu>
wrote:
> I have developed a parser for a query language in yacc,
>and I would like to port it to a more sophisticated tool.


I'd recommend Yacc++. It's full LR(1) and has an array of
useful features. It's also commercially supported - but
then again, it's not a free product. It comes with the
best manual for any piece of software that I've seen in
33 years of programming for a living. The URL and info
is in the FAQ.


Dwight





Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.