Safe Haskell | Safe-Infered |
---|
Text.Highlighter.Types
Documentation
Constructors
Match | |
AnyOf TokenMatcher |
type TokenMatcher = [Match]Source
Constructors
Lexer | |
Fields
|
Constructors
Continue | |
GoTo TokenMatcher | |
CapturesTo Callback | |
Pop | |
PopNum Int | |
Push | |
DoAll [NextState] | |
Combined [TokenMatcher] |
type Callback = [String] -> TokenMatcherSource
Constructors
anyOf :: TokenMatcher -> MatchSource