MathematicaState

data class MathematicaState(var tokenize: (StringStream, MathematicaState) -> String? = ::mmaTokenBase, var commentLevel: Int = 0)

Constructors

Link copied to clipboard
constructor(tokenize: (StringStream, MathematicaState) -> String? = ::mmaTokenBase, commentLevel: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard