GerHobbelt / jison

bison / YACC / LEX in JavaScript (LALR(1), SLR(1), etc. lexer/parser generator)
https://gerhobbelt.github.io/jison/
MIT License
117 stars 20 forks source link

jison grammar filenames with double dashes produce illegal parser names #31

Closed GerHobbelt closed 6 years ago

GerHobbelt commented 6 years ago

see examples/documentation--*.jison examples due to https://github.com/zaach/jison/issues/362

GerHobbelt commented 6 years ago

fixed in jison-gho release 0.6.1-214