oracle/fastr

Implement the `builtins` Internal

Open

#103 aperta il 16 set 2019

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Java (63 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (647 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor