UNPKG

parseit.js

Version:

Customizable parsing library for converting a list of tokens into an AST tree

32 lines (31 loc) 720 B
{ "name": "parseit.js", "version": "0.1.5", "description": "Customizable parsing library for converting a list of tokens into an AST tree", "main": "build/main.js", "types": "build/main.d.ts", "scripts": { "build": "tsc", "prepare" : "npm run build" }, "author": "Luctisity", "license": "MIT", "devDependencies": { "typescript": "^4.8.4" }, "repository": { "type": "git", "url": "git+https://github.com/Luctisity/parseit.git" }, "keywords": [ "parser", "ast", "recursive-descent", "parser-generator", "grammar" ], "bugs": { "url": "https://github.com/Luctisity/parseit/issues" }, "homepage": "https://github.com/Luctisity/parseit#readme" }