language-js-0.3.0: javascript parser for es6 and es7.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.JS.Operators

Documentation

opNotFollowedBy :: forall s (m :: Type -> Type) a u. (Stream s m Char, Show a) => 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 #

operationExpression :: forall s (m :: Type -> Type) u. Stream s m Char => Bool -> ParsecT s u m Expression -> ParsecT s u m Expression -> ParsecT s u m Expression Source #