oracle/fastr

Implement the `builtins` Internal

Open

#103 opened on 2019年9月16日

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)

説明

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().

コントリビューターガイド