wok-stable annotate bison/description.txt @ rev 12087

tilda: Make sure to copy /usr/bin folder.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Mar 09 22:19:09 2012 -0500 (2012-03-09)
parents
children
rev   line source
samuel_trassare@11723 1 Bison is a general-purpose parser generator that converts an annotated context-
samuel_trassare@11723 2 free grammar into a deterministic LR or generalized LR (GLR) parser employing
samuel_trassare@11723 3 LALR(1) parser tables.