Skip to content
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 support for c# 4.0 (or newer) #4

Closed
lama0206 opened this issue Mar 21, 2015 · 4 comments
Closed

Add support for c# 4.0 (or newer) #4

lama0206 opened this issue Mar 21, 2015 · 4 comments
Labels
enhancement Issue/PR that involves features, improvements and other changes language PR / Issue deals (partly) with new and/or existing languages for JPlag legacy Issues/PRs that exist since the legacy version of JPlag major Major issue/feature/contribution/change

Comments

@lama0206
Copy link
Contributor

No description provided.

@iStehle
Copy link

iStehle commented Nov 18, 2015

Ich hab mal aus Gründen an einem c# 4 Support gearbeitet. Ich hab mich an dem Java7 Beispiel orientiert, leider schaffe ich es nicht mal die erste zeile Code zu lesen.
"line 1:0 no viable alternative at input ''"

Mir fehlt gerade die Idee an was das überhaupt liegen könnte. Mein Stand ist in meinem Fork zu finden

@lama0206
Copy link
Contributor Author

lama0206 commented Dec 9, 2015

Das ist eine Fehlermeldung von Antlr. Lade die Grammatik mal in die Antlr Workbench - die hat einen debug-Modus, der es erlaubt, Eingaben mit der Grammatik auszuwerten. Dort sollte besser sichtbar sein, was das Problem ist.

@fmcarvalho
Copy link

Is there any other support for C# with generics (at least)?

I tried to use the fork available at: https://github.com/iStehle/jplag/tree/c%23-support, but unfortunately I got the same error cited above:

line 1:0 no viable alternative at input ''

@sebinside sebinside added legacy Issues/PRs that exist since the legacy version of JPlag enhancement Issue/PR that involves features, improvements and other changes language PR / Issue deals (partly) with new and/or existing languages for JPlag major Major issue/feature/contribution/change labels May 31, 2021
@tsaglam
Copy link
Member

tsaglam commented Aug 2, 2022

Closed by #400 and #413. We now support at least up to C# 6. Any feedback is welcome.

@tsaglam tsaglam closed this as completed Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issue/PR that involves features, improvements and other changes language PR / Issue deals (partly) with new and/or existing languages for JPlag legacy Issues/PRs that exist since the legacy version of JPlag major Major issue/feature/contribution/change
Projects
None yet
Development

No branches or pull requests

5 participants