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

fail2ban: Fixed a typo.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Aug 17 14:57:23 2012 +0000 (2012-08-17)
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.