cwise's internal compiler
npm install cwise-compilercwise-compiler
==============
Just the compiler from cwise. You can call this directly if you know what you are doing and want to skip calling cwise-parser and including esprima. This is only recommended in extreme cases though. Otherwise you should stick to the default interface in cwise and not mess around with this craziness.

npm install cwise-compiler
require("cwise-compiler")(procedure)* args An array of argument types (as in cwise)
* pre A parsed pre function
* body A parsed body function
* post A parsed post function
* funcName Name of the function
* blockSize Block size to generate
* debug Debug mode flag