UNPKG

1.66 kBMarkdownView Raw
1# JSON pipeline scheduler
2[![Build Status](https://secure.travis-ci.org/indutny/json-pipeline-scheduler.png)](http://travis-ci.org/indutny/json-pipeline-scheduler)
3[![NPM version](https://badge.fury.io/js/json-pipeline-scheduler.svg)](http://badge.fury.io/js/json-pipeline-scheduler)
4
5Schedule ["sea-of-nodes"][0] into a regular [CFG][1].
6
7## LICENSE
8
9This software is licensed under the MIT License.
10
11Copyright Fedor Indutny, 2015.
12
13Permission is hereby granted, free of charge, to any person obtaining a
14copy of this software and associated documentation files (the
15"Software"), to deal in the Software without restriction, including
16without limitation the rights to use, copy, modify, merge, publish,
17distribute, sublicense, and/or sell copies of the Software, and to permit
18persons to whom the Software is furnished to do so, subject to the
19following conditions:
20
21The above copyright notice and this permission notice shall be included
22in all copies or substantial portions of the Software.
23
24THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
25OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
27NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
28DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
29OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
30USE OR OTHER DEALINGS IN THE SOFTWARE.
31
32[0]: http://www.researchgate.net/profile/Cliff_Click/publication/2394127_Combining_Analyses_Combining_Optimizations/links/0a85e537233956f6dd000000.pdf
33[1]: https://en.wikipedia.org/wiki/Control_flow_graph