Sciweavers

ENTCS
2010

TOOL PAPER: ScalaBison Recursive Ascent-Descent Parser Generator

13 years 1 months ago
TOOL PAPER: ScalaBison Recursive Ascent-Descent Parser Generator
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.
John Boyland, Daniel Spiewak
Added 02 Mar 2011
Updated 02 Mar 2011
Type Journal
Year 2010
Where ENTCS
Authors John Boyland, Daniel Spiewak
Comments (0)