wok-next diff bison/description.txt @ rev 19023

syslinux/win32.exe: improve dialog for win7+ users
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 02 10:33:27 2016 +0200 (2016-04-02)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bison/description.txt	Sat Apr 02 10:33:27 2016 +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.