zaach / jison

Bison in JavaScript.
http://jison.org
4.35k stars 448 forks source link

parser+lexer run-time optimizations: strip kernel features which are unused #341

Open GerHobbelt opened 7 years ago

GerHobbelt commented 7 years ago

Reduce lexer run-time costs.

See also work done in #338 for the parser; now that work should continue into the lexer to achieve maximum 'parse' speeds.