Safe Haskell | Safe-Infered |
---|
Language.ECMAScript3.Lexer
Description
This isn't a lexer in the sense that it provides a JavaScript token-stream. This module provides character-parsers for various JavaScript tokens.
Documentation
identifier :: Stream s Identity Char => Parser s StringSource
charLiteral :: Stream s Identity Char => Parser s CharSource
stringLiteral :: Stream s Identity Char => Parser s StringSource
hexadecimal :: Stream s Identity Char => Parser s IntegerSource
whiteSpace :: Stream s Identity Char => Parser s ()Source
identifierStart :: Stream s Identity Char => Parser s CharSource