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

ffmpeg-compat: typo in post_remove()
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 16 14:51:45 2014 +0000 (2014-03-16)
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.