oracle/fastr

Implement the `builtins` Internal

Open

#103 opened on Sep 16, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (63 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (647 stars)
PR merge metrics
 (PR metrics pending)

Description

From the documentation: Return the names of all the built-in objects. These are fetched directly from the symbol table of the R interpreter.

In FastR the list of builtins is accessible in the TruffleRLanguage, which is accessible via RContext.getInstance().

Contributor guide