Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "fbp", | ||
"description": "Parser for the .fbp flow definition language", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"scripts": [ | ||
@@ -6,0 +6,0 @@ "lib/fbp.js" |
@@ -775,7 +775,7 @@ module.exports = (function() { | ||
s0 = peg$parseoutport(); | ||
s0 = peg$parsebridge(); | ||
if (s0 === peg$FAILED) { | ||
s0 = peg$parseiip(); | ||
s0 = peg$parseoutport(); | ||
if (s0 === peg$FAILED) { | ||
s0 = peg$parsebridge(); | ||
s0 = peg$parseiip(); | ||
} | ||
@@ -782,0 +782,0 @@ } |
{ | ||
"name": "fbp", | ||
"description": "Parser for the .fbp flow definition language", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
FBP flow definition language parser [![Build Status](https://travis-ci.org/flowbased/fbp.png?branch=master)](https://travis-ci.org/flowbased/fbp) [![Build status](https://ci.appveyor.com/api/projects/status/cye5ylmhfybnb8t9)](https://ci.appveyor.com/project/bergie/fbp) | ||
=================================== | ||
The *fbp* library provides a parser for the [FBP domain-specific language](http://noflojs.org/documentation/fbp/) used for defining graphs for flowbased programming environments like [NoFlo](http://noflojs.org). For more, see [the documentation on the NoFlo site](http://noflojs.org/documentation/fbp/). | ||
The *fbp* library provides a parser for a domain-specific language for flow-based-programming (FBP), | ||
used for defining graphs for FBP programming environments like | ||
[NoFlo](https://noflojs.org), [MicroFlo](https://microflo.org) and [MsgFlo](http://msgflo.org). | ||
@@ -6,0 +8,0 @@ ## Usage |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84349
99