wok-next view bison/description.txt @ rev 17738

burp: add -ltinfo in LDFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 06 14:45:07 2015 +0100 (2015-03-06)
parents
children
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.