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

Fix supported C# version in README #1081

Merged
merged 2 commits into from
May 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In the following, a list of all supported languages with their supported languag
|--------------------------------------------------------|--------:|-------------------|:----------------------------------------------------------------:|:---------:|
| [Java](https://www.java.com) | 17 | java | mature | JavaC |
| [C++](https://isocpp.org) | 11 | cpp | legacy | JavaCC |
| [C#](https://docs.microsoft.com/en-us/dotnet/csharp/) | 8 | csharp | beta | ANTLR 4 |
| [C#](https://docs.microsoft.com/en-us/dotnet/csharp/) | 6 | csharp | beta | ANTLR 4 |
| [Go](https://go.dev) | 1.17 | golang | beta | ANTLR 4 |
| [Kotlin](https://kotlinlang.org) | 1.3 | kotlin | beta | ANTLR 4 |
| [Python](https://www.python.org) | 3.6 | python3 | legacy | ANTLR 4 |
Expand Down
4 changes: 2 additions & 2 deletions docs/2.-Supported-Languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Thus, each frontend has a state label:
- `mature`: This module is tried and tested, as well as up to date with a current language version.
- `beta`: This module is relatively new and up to date. However, it is not as well tested. **Feedback welcome!**
- `alpha`: This module is very new and not yet finished. Use with caution!
- `legacy`: This module is old and may only support outdated language versions. It needs an update.
- `legacy`: This module is from JPlag legacy (pre-v3.0.0) and may only support outdated language versions. It needs an update.
- `unknown`: It is very much unclear in which state this module is.

All language modules can be found [here](/~https://github.com/jplag/JPlag/tree/master/languages).
All language modules can be found [here](/~https://github.com/jplag/JPlag/tree/master/languages).