GerHobbelt / jison

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

Global variable leak #5

Closed manubb closed 7 years ago

manubb commented 7 years ago

Hello. It seems that variable stack_pointer used here is not defined and hence leaks on window. Regards, Manuel

GerHobbelt commented 7 years ago

Good catch! Thanks!

Should be fixed in the next tagged build which should show up in about an hour from now (if the build+tag scripts deliver, that is :wink: )

GerHobbelt commented 7 years ago

fixed in version: 0.4.18-172