-
Notifications
You must be signed in to change notification settings - Fork 334
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
Language Overview in Readme #584
Conversation
Great idea! |
Seems this suggestion is accepted. I did not find any documentation on the supported C++ and Scheme version (and Python only 3 but not which minor) which is why there is currently a question mark. I have some experience with C++ so might be able to detect the supported version but for Scheme and Python I am completely unexperienced. So help wanted on detecting the correct version for these languages. |
For Python it's something like 3.4 or 3.5, maybe I can find it again. |
A was also thinking of adding a state label for each frontend:
Not sure what the ideal set of labels is. @jplag/maintainer any ideas? EDIT: The idea would be that JPlag produces a warning for legacy and unknown frontends when using them. |
Proposal
Language Overview in Readme
Current state:
|
Kudos, SonarCloud Quality Gate passed! |
This PR adds an overview of the supported programming languages, meta models, and text (I did not find a proper generic term, thus using language) with their supported versions and the CLI argument name. Additionally, the used parser and the state of the language module are listed.