yi-0.7.2: The Haskell-Scriptable Editor

Safe HaskellNone

Yi.Lexer.Haskell

Synopsis

Documentation

alexScanToken :: (AlexState HlState, AlexInput) -> Maybe (Tok Token, (AlexState HlState, AlexInput))Source

Scan one token. Return (maybe) a token and a new state.

type HlState = IntSource

data CommentType Source

Constructors

Open 
Close 
Text 
Line 

Instances