QDox
  1. QDox
  2. QDOX-238

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

    Details

    • Type: Task Task
    • Status: Closed Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 2.0
    • Component/s: None
    • Labels:
      None
    • Number of attachments :
      0

      Activity

      Hide
      Robert Scholte added a comment -

      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 - 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.
      Robert Scholte made changes -
      Field Original Value New Value
      Resolution Fixed [ 1 ]
      Fix Version/s 2.0 [ 15636 ]
      Status Open [ 1 ] Resolved [ 5 ]
      Robert Scholte made changes -
      Status Resolved [ 5 ] Closed [ 6 ]

        People

        • Assignee:
          Robert Scholte
          Reporter:
          Robert Scholte
        • Votes:
          0 Vote for this issue
          Watchers:
          0 Start watching this issue

          Dates

          • Created:
            Updated:
            Resolved: