scyther-proof-0.3.0: Automatic generation of Isabelle/HOL correctness proofs for security protocols.

Scyther.Theory.Lexer

Synopsis

Documentation

data AlexAcc a user Source

type AlexAccPred user = user -> AlexInput -> Int -> AlexInput -> BoolSource

scanIdent :: AlexAction KeywordSource

Lex an identifier

data AlexPosn Source

Constructors

AlexPn !Int !Int !Int 

Instances

data AlexState Source

Constructors

AlexState 

newtype Alex a Source

Constructors

Alex 

Instances

type AlexAction result = AlexInput -> Int -> Alex resultSource

beginComment :: String -> Int -> AlexAction KeywordSource

Begin a comment starting with the given sign.

endComment :: String -> AlexAction KeywordSource

End a comment that started with the given begin comment sign.

data AlexAddr Source

Constructors

AlexA# Addr#