wok-6.x view bison/description.txt @ rev 19328

Add: gcc54 (5.4.0), gcc61 (6.1.0)
author Alexander Medvedev <devl547@gmail.com>
date Thu Jul 14 20:51:08 2016 +0000 (2016-07-14)
parents
children b0897e8bc1a4
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.