R/binOp.R

Defines functions getBinOpOperator

getBinOpOperator =
function(x)
{
    top = getCursorTokens(x)
    sub = sapply(x, getCursorTokens)
    top[!(top %in% unlist(sub))]
}
omegahat/RClangSimple documentation built on April 25, 2024, 4:18 a.m.