Related articles |
---|
Practical LALR(1) grammer? weltraum@astrocat.de (2005-06-12) |
Practical LALR(1) grammar? news4e71@yahoo.com (0x4e71) (2005-06-13) |
From: | 0x4e71 <news4e71@yahoo.com> |
Newsgroups: | comp.compilers |
Date: | 13 Jun 2005 10:50:27 -0400 |
Organization: | Compilers Central |
References: | 05-06-074 |
Keywords: | parse, LALR |
Posted-Date: | 13 Jun 2005 10:50:27 EDT |
> grammar snippets, which one could recognize as part of some
> (existing) language.
Hi,
Check out the first Java grammar:
http://java.sun.com/docs/books/jls/first_edition/html/19.doc.html
It is (relatively) compact, has meaningful names and
it is meant to be read by humans :-) (not a Yacc input
file with actions and all). Some Problems/ambiguities
are discussed too.
Best,
Luigi
Return to the
comp.compilers page.
Search the
comp.compilers archives again.