Comparing version 2.7.10 to 2.7.11
@@ -22,2 +22,3 @@ #!/usr/bin/env node | ||
help: "An input string to parse (if not provided then read from stdin)", | ||
type: 'string', | ||
}) | ||
@@ -24,0 +25,0 @@ .option('start', { |
{ | ||
"name": "nearley", | ||
"version": "2.7.10", | ||
"version": "2.7.11", | ||
"description": "Simple, fast, powerful parser toolkit for JavaScript.", | ||
@@ -5,0 +5,0 @@ "main": "lib/nearley.js", |
@@ -383,6 +383,4 @@ ``` | ||
JS-savant could implement. | ||
- Implement Joop Leo's right-recursion algorithm. | ||
- Ports to other languages! `pearley` for Python and `cearley` for C would be | ||
awesome. | ||
- Help build the builtins library by PRing in your favorite primitives. | ||
- Solutions to issues labeled "up for grabs" on the issue tracker. | ||
@@ -405,2 +403,5 @@ Nearley is MIT licensed. | ||
Vim users can use [this plugin](https://github.com/andres-arana/vim-nearley) by | ||
Andrés Arana. | ||
Further reading | ||
@@ -407,0 +408,0 @@ --------------- |
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
306973
77
3542
412