reflex-jsx-0.1.0.0: Use jsx-like syntax in Reflex

Safe HaskellSafe
LanguageHaskell2010

ReflexJsx.Parser

Description

The Parser for the reflex-jsx language

Given a String, parseJsx outputs the AST for the language. Note that at this point, we capture spliced expressions from the meta-language as Strings, and parse them during the quasiquoting phase in ReflexJsx.QQ

Documentation