gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1837: add blurb for bison


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1837: add blurb for bison
Date: Wed, 30 Jan 2013 21:34:34 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1837
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2013-01-30 21:34:34 +0100
message:
  add blurb for bison
modified:
  gnu/bison/Makefile
=== modified file 'gnu/bison/Makefile'
--- a/gnu/bison/Makefile        2012-12-16 22:02:50 +0000
+++ b/gnu/bison/Makefile        2013-01-30 20:34:34 +0000
@@ -3,6 +3,13 @@
 GARVERSION = 2.7
 HOME_URL = http://www.gnu.org/software/bison/
 DESCRIPTION = A general-purpose parser generator
+define BLURB
+ Bison is a general-purpose parser generator. It can build a 
+ deterministic LR or generalized LR parser from an annotated, context-
+ free grammar. It is versatile enough to have a wide variety of 
+ applications, from parsers for simple tools up to parsers for complex
+ programming languages.
+endef
 
 ######################################################################
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]