nets-parser
Version:
NETS is an experimental project that provides a common way to configure, run and integrate parsers, locally and in the cloud. It includes concepts from Extended Backus Naur Form (EBNF), ISO/IEC 14977, Parser Expression Grammars (PEGs), Abstract Syntax Tre
30 lines (29 loc) • 1.03 kB
JSON
{
"name": "nets-parser",
"version": "1.0.2462",
"description": "NETS is an experimental project that provides a common way to configure, run and integrate parsers, locally and in the cloud. It includes concepts from Extended Backus Naur Form (EBNF), ISO/IEC 14977, Parser Expression Grammars (PEGs), Abstract Syntax Trees (ASTs) represented as DOMs, pipelines and grammar libraries. It is an open source project for anyone to use and contribute to.",
"main": "nets-parser-wasm-node-32-v1.0.js",
"bin": {
"nets-parser": "nets-parser-wasm-node-32-v1.0.wasm"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://timnelms@bitbucket.org/nets-parser/nets-parser.git"
},
"keywords": [
"parser",
"grammar",
"ebnf",
"PEG",
"BNF"
],
"author": "Tim Nelms",
"license": "Open source license",
"homepage": "https://bitbucket.org/nets-parser/nets-parser#readme"
}