RState

constructor(tokenize: (StringStream, RState) -> String? = ::rTokenBase, ctx: RContext = RContext("top", 0, R_ALIGN_NO, 0, null), indent: Int = 0, afterIdent: Boolean = false, curPunc: String? = null)