What is it?

Parsers help computers derive meaning from arbitrary text. And Jison helps you build parsers!

Jison is essentially a clone of the parser generator Bison (thus Yacc,) but in JavaScript. It includes its own lexical analyzer modeled after Flex.

It was originally created by Zach Carter to help study for a Compilers course.

Fork me on GitHub