|
Inner Structure summary |
---|
|
Type summary |
---|
|
|
|
|
Value summary |
---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Type detail |
---|
type pos = int
type svalue = T.svalue
type ('a, 'b) token = ('a, 'b) T.token
type lexresult = (svalue, pos) token
type lexarg =
((pos * pos -> lexresult) -> bool) *
((pos * pos -> lexresult) -> bool) *
(string * (pos * pos -> lexresult)) list *
(pos * pos -> string -> unit)
type arg = lexarg
Value detail |
---|
val idToken
val current
val line
val linePos
val initLexer
val convert
val locate'
val locate
val newline
val depth
val enterC
val leaveC
val curstring
val startpos
val instring
val newS
val addS
val getS
val eof
|