CommonLispState
data class CommonLispState(var ctx: ClCtx = ClCtx(null, 0, 0), var lastType: String? = null, var tokenize: (StringStream, CommonLispState) -> String? = ::clBase)
Constructors
Link copied to clipboard
constructor(ctx: ClCtx = ClCtx(null, 0, 0), lastType: String? = null, tokenize: (StringStream, CommonLispState) -> String? = ::clBase)