jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • QDox
  • QDOX-238

Use "The Java™ Language Specification Java SE 7 Edition" as reference for parser comments

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Task Task
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None

Description

See http://download.oracle.com/javase/7/specs/jls/JLS-JavaSE7.pdf

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Robert Scholte added a comment - 18/Apr/12 4:19 PM

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.

http://docs.oracle.com/javase/specs/jls/se7/html/jls-18.html

So let's base it on this.

Show
Robert Scholte added a comment - 18/Apr/12 4:19 PM
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.
http://docs.oracle.com/javase/specs/jls/se7/html/jls-18.html So let's base it on this.

People

  • Assignee:
    Robert Scholte
    Reporter:
    Robert Scholte
Vote (0)
Watch (0)

Dates

  • Created:
    12/Oct/11 2:50 PM
    Updated:
    18/Apr/12 4:20 PM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.