Integrated: 8267570: The comment of the class JavacParser is not appropriate
Guoxiong Li
gli at openjdk.java.net
Wed Jun 2 04:28:39 UTC 2021
On Sat, 22 May 2021 13:51:10 GMT, Guoxiong Li <gli at openjdk.org> wrote:
> Hi all,
>
> The following comment of the class JavacParser is not appropriate.
>
>
> It operates by recursive descent, with code derived
> systematically from an LL(1) grammar.
>
>
> From the source code, the current javac parser looks like a LL(K) parser instead of LL(1).
> This patch revises the comment so that developers won't be confused by it.
>
> Thank you for taking the time to review.
>
> Best Regards,
> -- Guoxiong
This pull request has now been integrated.
Changeset: b98e52a4
Author: Guoxiong Li <gli at openjdk.org>
Committer: Vicente Romero <vromero at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/b98e52a49191cfbb7d954646cd80a6711daeaca6
Stats: 6 lines in 1 file changed: 1 ins; 0 del; 5 mod
8267570: The comment of the class JavacParser is not appropriate
Reviewed-by: jjg
-------------
PR: https://git.openjdk.java.net/jdk/pull/4153
More information about the compiler-dev
mailing list