UNPKG

ll1-validator

Version:

A tool that checks if a given grammar is LL(1).

31 lines (30 loc) 563 B
{ "name": "ll1-validator", "version": "0.2.3", "description": "A tool that checks if a given grammar is LL(1).", "main": "src/index.js", "scripts": { "test": "ava" }, "keywords": [ "LL(1)", "Grammar validator" ], "author": "Andrea Cattaneo, Matteo Locatelli", "license": "MIT", "devDependencies": { "ava": "^2.4.0" }, "dependencies": { "antlr4": "^4.7.2" }, "repository": "https://github.com/imcatta/ll1-validator", "ava": { "files": [ "test/**/*" ], "sources": [ "src/**/*" ] } }