diff options
Diffstat (limited to 'package/bison')
-rw-r--r-- | package/bison/Config.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package/bison/Config.in b/package/bison/Config.in index c0716987d..ca9fe7f3c 100644 --- a/package/bison/Config.in +++ b/package/bison/Config.in @@ -1,8 +1,9 @@ -# - config BR2_PACKAGE_BISON - bool"bison" + bool "bison" default n help - Add help text here. + General-purpose parser generator that converts a + grammar description for an LALR context-free grammar into a C + program to parse that grammar. + http://www.gnu.org/software/bison/ |