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 Aug. 17, 2024, 10:23 a.m.