oracle/fastr

Implement the `builtins` Internal

Open

#103 创建于 2019年9月16日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Java (63 fork)auto 404
enhancementgood first issue

仓库指标

Star
 (647 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南