wok-current diff bison/description.txt @ rev 22502
updated aspell-pt_BR (20080707-0 -> 20131030.12.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jan 01 09:58:39 2020 +0100 (2020-01-01) |
parents | |
children | b0897e8bc1a4 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/bison/description.txt Wed Jan 01 09:58:39 2020 +0100 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.