File: control

package info (click to toggle)
btyacc 3.0-5
  • links: PTS
  • area: main
  • in suites: buster, etch, etch-m68k, jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 456 kB
  • ctags: 549
  • sloc: ansic: 6,562; yacc: 1,902; makefile: 100; sh: 12
file content (24 lines) | stat: -rw-r--r-- 856 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: btyacc
Section: devel
Priority: extra
Maintainer: Richard Atterer <atterer@debian.org>
Standards-Version: 3.6.2
Build-Depends: debhelper (>= 5)

Package: btyacc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Backtracking parser generator based on byacc
 btyacc is a hacked version of the original Berkeley "byacc". The main
 change to byacc is the addition of backtracking code, allowing you to
 try both alternatives in case of shift-reduce or reduce-reduce
 conflicts. As long as no backtracking takes place, speed is comparable
 to bison.
 .
 Additional features:
  - enhanced support for storing of text position information for tokens
  - closes the potential *yacc/bison memory leak during error recovery
  - preprocessor directives like %ifdef, %include
  - C++ friendly
 .
 Related packages: bison, byacc, antlr