add poc for krill parsing

This commit is contained in:
Felix Roos 2022-02-06 12:41:20 +01:00
parent 74355e86da
commit 2062e4233e
6 changed files with 2202 additions and 9 deletions

View file

@ -4,7 +4,8 @@
"build": "snowpack build && cp ./public/.nojekyll ../docs",
"test": "web-test-runner \"src/**/*.test.tsx\"",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\""
"lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"",
"peggy": "peggy -o krill-parser.js --format es ./krill.pegjs"
},
"dependencies": {
"react": "^17.0.2",
@ -27,6 +28,7 @@
"@web/test-runner": "^0.13.3",
"autoprefixer": "^10.4.2",
"chai": "^4.3.4",
"peggy": "^1.2.0",
"postcss": "^8.4.6",
"prettier": "^2.2.1",
"snowpack": "^3.3.7",