jsc-0.1.1.1: High level interface for webkit-javascriptcore

Safe HaskellNone
LanguageHaskell2010

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 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