Article ID | Journal | Published Year | Pages | File Type |
---|---|---|---|---|
421662 | Electronic Notes in Theoretical Computer Science | 2010 | 10 Pages |
Abstract
ScalaBison is a parser generator accepting bison syntax and generating a parser in Scala. The generated parser uses the idea of “recursive ascent-descent parsing,” that is, directly encoded generalized left-corner parsing. Of interest is that fact that the parser is generated from the LALR(1) tables created by bison, thus enabling extensions such as precedence to be handled implicitly.
Related Topics
Physical Sciences and Engineering
Computer Science
Computational Theory and Mathematics