Overview  Index  Help 

SyntaxLexFun.Internal

Enclosing Modules:

SyntaxLexFun


   
Inner Structure summary

structure StartStates

     
Type summary

type result = UserDeclarations.lexresult

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

 
Datatype summary

datatype yyfinstate = N of int

 
DataConstructor summary

constructor N : int -> yyfinstate

 
Value summary

val tab

 
Exception summary

exception LexerError

 
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