| Related articles |
|---|
| Info on yacc generated tables marroyo@exa.unrc.edu.ar (1997-09-15) |
| Re: Info on yacc generated tables scott@basis.com (1997-09-24) |
| From: | scott@basis.com (Scott Amspoker) |
| Newsgroups: | comp.compilers |
| Date: | 24 Sep 1997 22:30:13 -0400 |
| Organization: | Basis International |
| References: | 97-09-060 |
| Keywords: | yacc |
marroyo@exa.unrc.edu.ar (Marcelo Arroyo) wrote:
>I need to take the yacc (byacc, bisson,...) generated tables to use with a
>Java parsing algorithm. Where i can get documentation of these data tables?
I once figured it out by studying the yyparse() routine. That's always a
good place to begin. If someone wants to write a similar routine in Java,
then it's probably the best place to begin.
Scott Amspoker
scott@basis.com
http://www.rt66.com/sda
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.