# HG changeset patch # User iuc # Date 1437142078 14400 # Node ID a8b95ba9b78b9a0a01a639faeb61ff80a37a4135 # Parent 532ed07510e7a2d3e3962de1622cdeb8877a3234 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bison_3_0 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty diff -r 532ed07510e7 -r a8b95ba9b78b tool_dependencies.xml --- a/tool_dependencies.xml Sat Mar 01 14:06:31 2014 -0500 +++ b/tool_dependencies.xml Fri Jul 17 10:07:58 2015 -0400 @@ -14,8 +14,8 @@ - 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. + 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/