File: control

package info (click to toggle)
bison%2B%2B 1.21.11-3.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,628 kB
  • ctags: 882
  • sloc: cpp: 8,198; sh: 613; ansic: 464; makefile: 112; yacc: 44; lex: 30
file content (20 lines) | stat: -rw-r--r-- 791 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: bison++
Section: devel
Priority: optional
Maintainer: Jose Luis Tallon <jltallon@adv-solutions.net>
Standards-Version: 3.6.2.1
Build-Depends: debhelper (>= 4.1)

Package: bison++
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: bison, bison-doc
Recommends: flex-old, c-compiler
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.