language-ecmascript-0.15.1: JavaScript parser and pretty-printer library

Safe HaskellSafe-Inferred

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