2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_BISON
|
2004-12-24 10:23:11 +01:00
|
|
|
bool "bison"
|
2010-12-17 17:21:56 +01:00
|
|
|
depends on BR2_USE_WCHAR
|
2011-12-04 21:39:02 +01:00
|
|
|
select BR2_PACKAGE_M4
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2008-08-04 21:07:05 +02:00
|
|
|
General-purpose parser generator that converts a
|
|
|
|
grammar description for an LALR context-free grammar into a C
|
2004-12-24 10:23:11 +01:00
|
|
|
program to parse that grammar.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-12-24 10:23:11 +01:00
|
|
|
http://www.gnu.org/software/bison/
|
2010-12-17 17:21:56 +01:00
|
|
|
|
|
|
|
comment "bison requires a toolchain with WCHAR support"
|
|
|
|
depends on !BR2_USE_WCHAR
|