Re: moving from yacc to ???

Chad Slaughter <slaught@umr.edu>
19 Apr 1999 14:50:20 -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: Chad Slaughter <slaught@umr.edu>
Newsgroups: comp.compilers
Date: 19 Apr 1999 14:50:20 -0400
Organization: University of Missouri - Rolla
References: 99-04-049
Keywords: parse, tools

Pavel (aka pvelikho@cs.ucsd.edu ) alleged:
: my grammar is in LL(1) actually). Could you recommend a tool that would
: fit the above? (should be close to the power of LALR, have EBNF,
: generate
: ASTs, work with Java, hopefully generate HTML pages for the grammar ala
: JavaCC, efficiency is the last concern).


Have you looked at SableCC? It should fit all of your requiremensts,
except the HTML part I am not sure of.
http://www.sable.mcgill.ca/sablecc/


Chad


--
Chad Slaughter -- slaught at umr.edu
<PGP public key available upon request>


Post a followup to this message

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