2
1

Config.in 235 B

12345678
  1. config BR2_PACKAGE_BISON
  2. bool "bison"
  3. help
  4. General-purpose parser generator that converts a
  5. grammar description for an LALR context-free grammar into a C
  6. program to parse that grammar.
  7. http://www.gnu.org/software/bison/