Skip to content

Commit

Permalink
~ jison lalr parser gets conflicts on optionals of optionals
Browse files Browse the repository at this point in the history
works around zaach/jison#377
  • Loading branch information
Eric Prud'hommeaux committed Oct 29, 2018
1 parent 73cdad7 commit 0883747
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JISON?=./node_modules/jison/lib/cli.js

./lib/ShExJison.js: ./lib/ShExJison.jison
$(JISON) $^ -o $@ -p lalr
$(JISON) $^ -o $@ -p lr

./lib/ShapeMapJison.js: ./lib/ShapeMapJison.jison
$(JISON) $^ -o $@ -p lalr
Expand Down
20 changes: 10 additions & 10 deletions browser/shex-browserify.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions lib/ShExJison.js

Large diffs are not rendered by default.

0 comments on commit 0883747

Please sign in to comment.