# HG changeset patch # User iuc # Date 1393700791 18000 # Node ID 532ed07510e7a2d3e3962de1622cdeb8877a3234 Imported from capsule None diff -r 000000000000 -r 532ed07510e7 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Sat Mar 01 14:06:31 2014 -0500 @@ -0,0 +1,24 @@ + + + + + + ftp://ftp.gnu.org/gnu/bison/bison-3.0.tar.gz + + + $INSTALL_DIR/lib + $INSTALL_DIR + $INSTALL_DIR/include + $INSTALL_DIR/include + + + + + Bison is a general-purpose parser generator that converts an annotated context-free grammar into a deterministic LR or + generalized LR (GLR) parser employing LALR(1) parser tables. As an experimental feature, Bison can also generate IELR(1) or canonical LR(1) parser tables. + Once you are proficient with Bison, you can use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages. + + http://www.gnu.org/software/bison/ + + +