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

openbox-imlib2: tiny typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Apr 29 09:06:33 2014 +0000 (2014-04-29)
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.