Skip to content

Commit

Permalink
move interpreter grammar from pegjs to peggy
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed May 24, 2021
1 parent 21820e9 commit 6fc40f8
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 167 deletions.
2 changes: 1 addition & 1 deletion packages/kbn-interpreter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"license": "SSPL-1.0 OR Elastic License 2.0",
"scripts": {
"interpreter:peg": "../../node_modules/.bin/pegjs src/common/lib/grammar.peg",
"interpreter:peg": "../../node_modules/.bin/peggy src/common/lib/grammar.peggy",
"build": "node scripts/build",
"kbn:bootstrap": "node scripts/build --dev",
"kbn:watch": "node scripts/build --dev --watch"
Expand Down
Loading

0 comments on commit 6fc40f8

Please sign in to comment.