wok-next diff bison/description.txt @ rev 12140
clutter-gtk: Fixed again. It needs gtk-doc and a autoreconf -i inorder to not get 'clutter/clutter.h: No such file or directory' error.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Mar 13 22:22:35 2012 -0500 (2012-03-13) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/bison/description.txt Tue Mar 13 22:22:35 2012 -0500 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.