Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
legacy-modes
/
com.monkopedia.kodemirror.legacy.modes
/
PascalState
Pascal
State
data
class
PascalState
(
var
tokenize
:
(
StringStream
,
PascalState
)
->
String
?
?
=
null
)
Members
Constructors
Pascal
State
Link copied to clipboard
constructor
(
tokenize
:
(
StringStream
,
PascalState
)
->
String
?
?
=
null
)
Properties
tokenize
Link copied to clipboard
var
tokenize
:
(
StringStream
,
PascalState
)
->
String
?
?