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

[tracking others] arrow actions = modern JS in lexer actions #39

Open GerHobbelt opened 6 years ago

GerHobbelt commented 6 years ago

https://github.com/zaach/jison-lex/issues/23

GerHobbelt commented 6 years ago

Related: #37