wok annotate bison/description.txt @ rev 19479

paper-icon-theme: update from git, make package a way smaller (remove HiDPI icons and shrink svg icons)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 01 04:02:18 2016 +0200 (2016-11-01)
parents
children b0897e8bc1a4
rev   line source
samuel_trassare@11723 1 Bison is a general-purpose parser generator that converts an annotated context-
samuel_trassare@11723 2 free grammar into a deterministic LR or generalized LR (GLR) parser employing
samuel_trassare@11723 3 LALR(1) parser tables.