Comparing version 2.1.1 to 2.1.2
@@ -0,1 +1,3 @@ | ||
[<span style="font-size: 150%;font-weight:bold;">⌂</span> home](http://coasttocoastresearch.com/) | ||
**Annotated Table of Contents**<br> | ||
@@ -2,0 +4,0 @@ *JavaScript APG* |
{ | ||
"name": "apg", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "An ABNF Parser Generator - generates recursive-descent parsers from grammars written in a superset of Augmented Backus-Naur Form (ABNF)", | ||
@@ -5,0 +5,0 @@ "main": "./src/exports.js", |
@@ -7,3 +7,3 @@ ##JavaScript APG | ||
([RFC 5234](https://tools.ietf.org/html/rfc5234)) it has since grown to include a number of additional features requiring additional syntax terms. The resulting syntax is a superset of ABNF or [SABNF](https://github.com/ldthomas/apg-js2/blob/master/SABNF.md). | ||
This version adds a number of new features to the last, primarily to support the new [`apg-exp`](https://github.com/ldthomas/apg-js2-exp) pattern-matching application. | ||
This version adds a number of new features to the last, primarily to support the new [`apg-exp`](https://github.com/ldthomas/apg-js2-exp) pattern-matching application. A general description of how **APG** works is given [here](http://coasttocoastresearch.com/apg). | ||
@@ -10,0 +10,0 @@ New features: |
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
327544