jsc-0.1.0.0: High level interface for webkit-javascriptcore

Safe HaskellNone

Language.Javascript.JSC.JMacro

Description

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

Synopsis

Documentation

evalJM :: QuasiQuoter

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

evalJME :: QuasiQuoter

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