Existing Code

  • Rllvm for creating and compiling descriptions of code

  • RLLVMCompile to "compile" simple R code into LLVM descriptions.

  • RLLVMCompile will probably grow into a basic compiler for a subset of the R language

  • Both are intended as foundations for others to use to create their own compiled code

  • Both are available from github: https://github.com/duncantl/Rllvm, ...