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

Receipts v2: xmlrpc-c, yaml, zeromq.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 18 03:15:00 2017 +0300 (2017-10-18)
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.