jsaddle-0.1.1.3: High level interface for webkit-javascriptcore

Safe HaskellNone
LanguageHaskell2010

Language.Javascript.JSaddle.JMacro

Description

Helper function to make it easy to embed JMacro in your code and use it from JSaddle

Synopsis

Documentation

evalJM :: QuasiQuoter Source

Quasi quoter that creates a JavaScript string from JMacro statement and stores it in a string litteral

evalJME :: QuasiQuoter Source

Quasi quoter that creates a JavaScript string from JMacro expression and stores it in a string litteral