-
Notifications
You must be signed in to change notification settings - Fork 332
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
Add R language frontend #451
Conversation
@robinmaisch currently, this PR contains multiple newly added frontends. I would suggest one frontend per PR. This would include a short readme in the frontend and some test cases. Any other changes should be explained and well-argued for in the PR description. E.g. changes to the token printer. For the PR description, try to point out what you changed/added and why. Smaller bug fixes, like the fix in the ErrorConsumer, should be another small PR. |
Got it, I'll work on these points right away. |
@tsaglam In a new frontend, are the tests supposed to be disabled, like the tests in MinimalCSharpFrontendTest? |
No, they should be enabled. When you design meaningful tests (as we discussed recently), they should be enabled by default. |
Let's add R to JPlag! The R branch should be perfectly runnable.
If there is any trouble or suggestions, let me know.
Adressing Issues #75 #345