Which YACC tool do you recommend?

genshirt@my-deja.com
15 Jan 2000 14:38:13 -0500

          From comp.compilers

Related articles
Which YACC tool do you recommend? genshirt@my-deja.com (2000-01-15)
Re: Which YACC tool do you recommend? vmakarov@cygnus.com (Vladimir Makarov) (2000-01-19)
| List of all articles for this month |

From: genshirt@my-deja.com
Newsgroups: comp.compilers
Date: 15 Jan 2000 14:38:13 -0500
Organization: Deja.com - Before you buy.
Keywords: yacc, question

Can anybody recommend a yacc tool?


I am currently using a 5 year old version of MKS yacc. So far, I am
quite satified, however there are some restrictions:
    - 16 bit, using extended memory
    - it does not support long file names


Requirements:
LALR(1)
running under NT
c++
long file names
definition of parser stack types (%type instruction)
good support of error recovery and error reporting
multiple actions per production
selection preference for resolving conflicts
support for debugging and for detecting+correcting shift / reduce
conflicts


Thomas Gänshirt - Thomas.Gaenshirt@modicon.com


Post a followup to this message

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