Codebase list node-jison / 733c21e
Declare node-jison Xavier Guimard 3 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
3131 , node-lex-parser
3232 , node-nomnom
3333 , nodejs
34 Provides: node-jison
3435 Description: parser generator with Bison's API
3536 Jison generates bottom-up parsers in JavaScript. Its API is similar to
3637 Bison's, hence the name. It supports many of Bison's major features, plus some