wok view bison/description.txt @ rev 12020

Add node (0.6.12) - Node.js framwork (to run etherpad-lite on slitaz)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 06 14:17:35 2012 +0100 (2012-03-06)
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.