-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactored RLang language module to new framework #1864
Conversation
Quality Gate passed for 'JPlag Plagiarism Detector'Issues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some things to discuss in the meeting
@TwoOfTwelve only the conflicts are left. |
# Conflicts: # languages/rlang/src/main/java/de/jplag/rlang/RLanguage.java # languages/rlang/src/main/java/de/jplag/rlang/RParserAdapter.java
Quality Gate passed for 'JPlag Plagiarism Detector'Issues Measures |
I refactored the code for the rlang language module for the new framework. In doing so I noticed that the ANTLR grammar isn't able to handle the test source. I've created a PR in the ANTLR repository (antlr/grammars-v4#4160) that should fix these issues. I suggest we wait for that PR to be resolved before proceeding with this.
There is a second PR in the ANTLR repository regarding the usability of the generated AST: ANTLR PR