This repository was archived by the owner on Apr 1, 2025. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 459
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
R support #382
Copy link
Copy link
Closed as not planned
Labels
enhancementNew feature or requestNew feature or requesthelp wantedUp for grabsUp for grabslanguage-supportLanguage support in general (e.g. new languages, etc.)Language support in general (e.g. new languages, etc.)
Description
R is a widely used, growing language often used in Data Science and Statistics.
While it does not have a published formal specification, there is a draft specification that describes lexing and parsing the language.
In the most widely used implementation the parsing is done with a bison parser defined in gram.y.
The lexing rules for R are somewhat complex, but the parsing is relatively straightforward, as generally everything is an expression.
It would very beneficial to the R community to have support for R in semantic!
patrickt, IndrajeetPatil, tclem, XVilka, dmpe and 2 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedUp for grabsUp for grabslanguage-supportLanguage support in general (e.g. new languages, etc.)Language support in general (e.g. new languages, etc.)