FortranState

data class FortranState(var tokenize: (StringStream, FortranState) -> String?? = null)

Constructors

Link copied to clipboard
constructor(tokenize: (StringStream, FortranState) -> String?? = null)

Properties

Link copied to clipboard