A library to represent JavaScript programs.
Author: Michael Hanus
Version: November 2020
showJSExp
:: JSExp -> String
Shows a JavaScript expression as a string in JavaScript syntax. |
showJSStat
:: Int -> JSStat -> String
Shows a JavaScript statement as a string in JavaScript syntax with indenting. |
showJSFDecl
:: JSFDecl -> String
Shows a JavaScript function declaration as a string in JavaScript syntax. |
Shows a JavaScript statement as a string in JavaScript syntax with indenting.
|
Shows a JavaScript function declaration as a string in JavaScript syntax. |