[
https://jira.codehaus.org/browse/QDOX-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=296751#comment-296751
]
Robert Scholte commented on QDOX-238:
-------------------------------------
{quote}
Chapter 18. Syntax
This chapter presents a grammar for the Java programming language.
The grammar presented piecemeal in the preceding chapters (§2.3) is much better
for exposition, but it is not well suited as a basis for a parser. The grammar
presented in this chapter is the basis for the reference implementation. Note
that it is not an LL(1) grammar, though in many cases it minimizes the
necessary look ahead.
{quote}
http://docs.oracle.com/javase/specs/jls/se7/html/jls-18.html
So let's base it on this.
> Use "The Java Language Specification Java SE 7 Edition" as reference for
> parser comments
> -----------------------------------------------------------------------------------------
>
> Key: QDOX-238
> URL: https://jira.codehaus.org/browse/QDOX-238
> Project: QDox
> Issue Type: Task
> Reporter: Robert Scholte
> Assignee: Robert Scholte
>
> See http://download.oracle.com/javase/7/specs/jls/JLS-JavaSE7.pdf
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email