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

slitaz-icons-faenza: rename applications-science into applications-education (thanks llev)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Dec 13 22:37:22 2015 +0200 (2015-12-13)
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.