Overview  Index  Help 

MLLexFun.Internal

Enclosing Modules:

MLLexFun


structure Internal =
struct
  structure StartStates =
  struct
    datatype yystartstate = STARTSTATE of int
    val A
    val DC
    val F
    val INITIAL
    val S
  end
  type statedata = {fin : yyfinstate list, trans : string}
  type result = UserDeclarations.lexresult
  datatype yyfinstate = N of int
  exception LexerError
  val tab
end

 
Type detail

statedata

type statedata = {fin : yyfinstate list, trans : string}


result

type result = UserDeclarations.lexresult

 
Datatype detail

yyfinstate

datatype yyfinstate = N of int

 
DataConstructor detail

N

constructor N : int -> yyfinstate

 
Value detail

tab

val tab

 
Exception detail

LexerError

exception LexerError


Overview  Index  Help