|
| Text.ParserCombinators.PArrow.ToJavaScript |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| JSCompiler encapsulates the state of the JavaScript compiler.
|
|
|
|
| JSFun encapsulates a reference to a JavaScript function.
|
|
|
|
| Create a new JavaScript compiler using the suplied string as prefix.
Returns the compiler and a function for showing function references.
|
|
|
| Compile a parser into JavaScript. Returns a reference to the top-level
Parsing function. The generated javascript function expects a String and
a starting index for parsing. The result will be either the index of the
rightmost character matched or -1 if the parser failed.
|
|
|
| Dump all bodies of generated JavaScript functions.
|
|
| Produced by Haddock version 2.3.0 |