wok-current annotate bison/description.txt @ rev 24204
updated perl-extutils-depends (0.8000 -> 0.8001)
| author | Hans-Günter Theisgen |
|---|---|
| date | Fri Dec 31 15:28:59 2021 +0100 (2021-12-31) |
| parents | |
| children | b0897e8bc1a4 |
| rev | line source |
|---|---|
| samuel_trassare@11723 | 1 Bison is a general-purpose parser generator that converts an annotated context- |
| samuel_trassare@11723 | 2 free grammar into a deterministic LR or generalized LR (GLR) parser employing |
| samuel_trassare@11723 | 3 LALR(1) parser tables. |