Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

R support #382

Closed as not planned
Closed as not planned
@jimhester

Description

@jimhester

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedUp for grabslanguage-supportLanguage support in general (e.g. new languages, etc.)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions