WQQ 08b9e72506 1.修复了台风路径因为数据中风圈半径为0导致台风路径报错不加载的问题。 1 dzień temu
..
lib 08b9e72506 1.修复了台风路径因为数据中风圈半径为0导致台风路径报错不加载的问题。 1 dzień temu
.npmignore 08b9e72506 1.修复了台风路径因为数据中风圈半径为0导致台风路径报错不加载的问题。 1 dzień temu
.travis.yml 08b9e72506 1.修复了台风路径因为数据中风圈半径为0导致台风路径报错不加载的问题。 1 dzień temu
LICENSE 08b9e72506 1.修复了台风路径因为数据中风圈半径为0导致台风路径报错不加载的问题。 1 dzień temu
README.md 08b9e72506 1.修复了台风路径因为数据中风圈半径为0导致台风路径报错不加载的问题。 1 dzień temu
compiler.js 08b9e72506 1.修复了台风路径因为数据中风圈半径为0导致台风路径报错不加载的问题。 1 dzień temu
package.json 08b9e72506 1.修复了台风路径因为数据中风圈半径为0导致台风路径报错不加载的问题。 1 dzień temu

README.md

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

build status

Install

Install using npm:

npm install cwise-compiler

API

require("cwise-compiler")(procedure)

Compiles a cwise procedure for the given procedure. The object procedure must have the following fields:

  • 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

License

(c) 2013 Mikola Lysenko. MIT License