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)

Properties

Link copied to clipboard
var ctx: ClCtx
Link copied to clipboard
Link copied to clipboard