fastr icon indicating copy to clipboard operation
fastr copied to clipboard

Implement the `builtins` Internal

Open steve-s opened this issue 4 years ago • 0 comments

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

steve-s avatar Sep 16 '19 16:09 steve-s