wok-6.x view bison/description.txt @ rev 23042

gcc83-lib-base: add /usr/libgcc83/libstdc++.la
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 05 12:13:42 2020 +0100 (2020-03-05)
parents
children b0897e8bc1a4
line source
1 Bison is a general-purpose parser generator that converts an annotated context-
2 free grammar into a deterministic LR or generalized LR (GLR) parser employing
3 LALR(1) parser tables.