about the compiler-grammar project page

ravenex ravenex at qq.com
Sun Feb 21 21:25:19 PST 2010


Hello all,


The compiler-grammar project page (http://openjdk.java.net/projects/compiler-grammar/) says:
> The parser that is currently in the javac compiler is a hand-written LALR parser.
which is not true. The current version of javac is a hand-written recursive descent parser, augmented with operator precedence parsing for binary expressions. I'd like to suggest updating this page to reflect this fact.


Regards,
Raven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/compiler-grammar-dev/attachments/20100222/3a45a0dc/attachment.html 


More information about the compiler-grammar-dev mailing list