ClikeState

constructor(tokenize: (StringStream, ClikeState) -> String?? = null, context: ClikeContext = ClikeContext(-2, 0, "top", null, false, null), indented: Int = 0, startOfLine: Boolean = true, prevToken: String? = null, typeAtEndOfLine: Boolean = false, interpolationStack: MutableList<(StringStream, ClikeState) -> String??> = mutableListOf(), cpp11RawStringDelim: String = "")