fay-0.24.0.2: A compiler for Fay, a Haskell subset that compiles to JavaScript.

Safe HaskellNone
LanguageHaskell98

Fay.Compiler.Parse

Synopsis

Documentation

parseFay :: Parseable ast => FilePath -> String -> ParseResult ast Source #

Parse some Fay code.

defaultExtensions :: [Extension] Source #