Bison Internals

GNU/Bison is a LALR parser generator written in C. It can generate C and C++ code that implements LALR and GLR parsers. This project is an effort to document internal data structures of Bison.

Tuesday, May 09, 2006

Bison!


GNU/Bison is the GNU version of the popular yacc program. It is a LALR(1) parser generator (It can also generate GLR parsers). The bison home page is located at:

http://www.gnu.org/software/bison

This blog is for documenting bison internal data structures as best as I can. If you notice a mistake or typo please post a comment.

0 Comments:

Post a Comment

<< Home