UNPKG

apg-exp

Version:

(Deprecated: use apg-js instead.) Pattern-matching alternative to RegExp. Replaces the regular expression syntax with ABNF. Adds APG parser features such as User Defined Terminals (hand-written pattern matchers) and access to the AST.

42 lines (41 loc) 1.07 kB
{ "name": "apg-exp", "version": "2.1.1", "description": "(Deprecated: use apg-js instead.) Pattern-matching alternative to RegExp. Replaces the regular expression syntax with ABNF. Adds APG parser features such as User Defined Terminals (hand-written pattern matchers) and access to the AST.", "main": "./src/apg-exp.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "src", "guide", "apg-exp.js", "apg-exp-min.js", "apg-exp.css", "apg-exp-min.css", "index.md", "docco-gen" ], "dependencies": { "apg-api": "1.0.x", "apg-lib": "3.1.x" }, "repository": { "type": "git", "url": "https://github.com/ldthomas/apg-js2-exp.git" }, "bugs": { "url": "https://github.com/ldthomas/apg-js2-exp/issues" }, "keywords": [ "regexp", "regex", "patterns", "pattern-matching", "abnf", "search", "apg" ], "author": "Lowell D. Thomas <lowell@coasttocoastresearch.com> (http://coasttocoastresearch.com)", "license": "BSD-3-Clause" }