wok-next annotate bison/description.txt @ rev 18869
shellinabox: add init script
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 03 17:03:06 2016 +0100 (2016-02-03) |
parents | |
children |
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. |