wok view bison/description.txt @ rev 21358

libfm: revert default quick_exec behaviour. To change this defaults go to *PCManFM* settings.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Apr 21 12:32:57 2019 +0300 (2019-04-21)
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.