pkg://bison++_1.21.11-3_mipsel.deb:401020/control
downloads
Package: bison++
Version: 1.21.11-3
Section: devel
Priority: optional
Architecture: mipsel
Depends: libc6 (>= 2.3.5-1), libgcc1 (>= 1:4.1.0), libstdc++6 (>= 4.1.0)
Recommends: flex-old, c-compiler
Conflicts: bison, bison-doc
Installed-Size: 708
Maintainer: Jose Luis Tallon <jltallon@adv-solutions.net>
Description: Generate a parser in c or c++ from BNF notation
Based on bison version 1.19. Compatible with bison but with C++ support.
Bison is a general-purpose parser generator that converts a grammar
description for an LALR (BNF-like) context free grammar into a C/C++ program
to parse that grammar. Once you are proficient with bison++ you can generate
a wide range of language parsers, from those used in simple desk calculators
to complex programming languages.