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

giac: fix syntax error (it freezes the Cooker)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Apr 13 10:59:15 2020 +0300 (2020-04-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.