language-js-0.1.0: javascript parser for es6 and es7.

Safe HaskellSafe
LanguageHaskell2010

Language.JS.Parser

Synopsis

Documentation

stringA :: Stream s m Char => (a -> b) -> Char -> (Char -> ParsecT s u m a) -> ParsecT s u m b Source #

parensB :: ParsecT String u Identity Expression Source #

parenthesis expression

checkSpread :: Stream s m Char => (b -> b) -> ParsecT s u m b -> ParsecT s u m b Source #

afunctionB :: ParsecT String u Identity Expression Source #

arrow expression (function)

kvB :: ParsecT String u Identity ObjectProperty Source #

key and/or value property pair