UNPKG

jscc-parser

Version:

A LALR(1) Parser Generator for JavaScript written in JavaScript.

42 lines 1.13 kB
{ "name": "jscc", "description": "A LALR(1) Parser for JavaScript written in JavaScript", "main": "lib/jscc.js", "moduleType": ["amd", "node", "globals"], "keywords": ["lexer", "parser", "lex", "yacc", "lexical-analysis"], "authors": ["Jan Max Meyer <contact@phorward-software.com> (http://jscc.phorward-software.com/)", "Sergiy Shatunov", "Louis P. Santillan", "Andrew Brobston <andrew@brobston.com>"], "homepage": "http://jscc.phorward-software.com/", "repository": {"type": "git", "url": "https://github.com/abrobston/jscc.git"}, "license": "BSD-3-Clause", "ignore": [ "/samples", "/test", "/webenv", ".travis.yml", "code-style.xml", "conf.json", "exports*.js", "externs*.js", "fileoverview*.js", "global-backfills.js", "gulpfile.js", "require-*-build.js", "require-*-config.js", "run-amdclean.js", "typedef.js", "wrap-*.js", "/jar", "*.log", "*.iml", ".idea/", "[._]*.s[a-w][a-z]", "[._]s[a-w][a-z]", "*.un~", "Session.vim", ".netrwhist", "*~" ] }