Efficient LR(1) Parsers

By , on [atom feed]

While trying to add the capability to create LALR(1) parsers to Wisent, I came across the following paper:

This article is nicely written and I hope that using his algorithm I can teach Wisent to create efficient LR(1) parsers, thus removing the need for LALR(1) support.

This is an excerpt from Jochen's blog.
Newer entry: Wisent release 0.4
Older entry: Wisent: A Parser Generator for Python

Copyright © 2008, Jochen Voss. All content on this website (including text, pictures, and any other original works), unless otherwise noted, is licensed under a Creative Commons Attribution-Share Alike 3.0 License.