Beaver is a LALR(1) parser generator. It takes a context free grammar and converts it into a Java class that implements a parser for the language described by a grammar.
- Category: Parser Generators
- License: GNU Library or Lesser General Public License (LGPL)
- HomePage: http://beaver.sourceforge.net/index.html


