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

qtpanel: description.txt: be markdown-friendly
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 22 19:03:32 2015 +0300 (2015-10-22)
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.