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

Safe HaskellSafe
LanguageHaskell2010

Language.JS.Operators

Documentation

opNotFollowedBy :: (Show a, Stream s m Char) => String -> ParsecT s u m a -> ParsecT s u m String Source #

table :: Stream s m Char => Bool -> ParsecT s u m Expression -> [[Operator s u m Expression]] Source #