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

libmad: add to ARM arch
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 24 15:44:00 2014 +0100 (2014-02-24)
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.