wok diff bison/description.txt @ rev 13352

Add perl-io-tty, perl-io-stty, perl-number-range, perl-expect, perl-algorithm-permute
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 10 09:49:31 2012 +0200 (2012-09-10)
parents
children b0897e8bc1a4
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bison/description.txt	Mon Sep 10 09:49:31 2012 +0200
     1.3 @@ -0,0 +1,3 @@
     1.4 +Bison is a general-purpose parser generator that converts an annotated context-
     1.5 +free grammar into a deterministic LR or generalized LR (GLR) parser employing 
     1.6 +LALR(1) parser tables.