You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, calling lex one-dimensional table seems to have no effect. It seems a bit silly for reference and definition.
But I see checkstyle-8.43-all.jar about syntax parsing. I don't understand the meaning of this git.
Or is there any original intention?
For example, it enables simple syntax diagnosis
The text was updated successfully, but these errors were encountered:
I do not quite understand what the issue is, exactly. Could you please rephrase?
This package was intended for obtaining:
parse errors from the javac compiler (diagnostics)
the one-dimensional token stream from the lexical analysis stage (scanner) of the javac parser
Note that javac does not use two-dimensional information about the source code while parsing -- just when producing error messages. I think it's silly that parsers do not take advantage of the two-dimensional nature of code!
Sorry, calling lex one-dimensional table seems to have no effect. It seems a bit silly for reference and definition.
But I see checkstyle-8.43-all.jar about syntax parsing. I don't understand the meaning of this git.
Or is there any original intention?
For example, it enables simple syntax diagnosis
The text was updated successfully, but these errors were encountered: