DState

data class DState(var tokenize: (StringStream, DState) -> String?? = null, var context: DContext, var indented: Int = 0, var startOfLine: Boolean = true, var curPunc: String? = null)

Constructors

Link copied to clipboard
constructor(tokenize: (StringStream, DState) -> String?? = null, context: DContext, indented: Int = 0, startOfLine: Boolean = true, curPunc: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard