test/test2.R

library(kwai)

source("../R/compile.R")
source("../R/typelib.R")
source("../R/inferType.R")
source("../R/createIR2.R")
source("../R/llvm_helper.R")
source("../R/llvm_native_helper.R")

myfunction <- function(arg1,arg2){
	qq=2*arg1+arg2
	return(qq)
}
doktorschiwago/kwai documentation built on May 15, 2019, 9:43 a.m.