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

Add: perl-fcgi FCGI
author Nathan Neulinger <nneul@neulinger.org>
date Thu Mar 26 23:41:28 2015 +0000 (2015-03-26)
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.