Config.in 248 B

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