diff options
Diffstat (limited to 'gnu/packages/bison.scm')
-rw-r--r-- | gnu/packages/bison.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/bison.scm b/gnu/packages/bison.scm index 95ffb17522..11483b1434 100644 --- a/gnu/packages/bison.scm +++ b/gnu/packages/bison.scm @@ -40,8 +40,7 @@ (inputs `(("perl" ,perl))) (propagated-inputs `(("m4" ,m4))) (home-page "http://www.gnu.org/software/bison/") - (synopsis - "GNU Bison, a Yacc-compatible parser generator") + (synopsis "Parser generator") (description "Bison is a general-purpose parser generator that converts an annotated context-free grammar into an LALR(1) or GLR parser for |