wok view bison/description.txt @ rev 16239

ARM: gtk cross compile (exporting LIBTOOL to use cross tool was the fix)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 02 23:48:03 2014 +0200 (2014-04-02)
parents
children b0897e8bc1a4
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.