btyacc 3.0-5 source package in Ubuntu

Changelog

btyacc (3.0-5) unstable; urgency=low

  * Rebuild: finish /usr/doc transition (Closes: #359373)
  * Update debhelper compat and standards version

 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  15 Jun 2006 13:25:34 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Edgy
Original maintainer:
Richard Atterer
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe devel
Trusty release universe devel
Precise release universe devel

Downloads

File Size SHA-256 Checksum
btyacc_3.0.orig.tar.gz 69.0 KiB aa62ac98ce6bbb45b76e642fd10e25cceae39ea7ff3ff3338190c5b1f55da0eb
btyacc_3.0-5.diff.gz 21.3 KiB 323c464236193beb566c28e369e2177397288072c8a3f6b6bba6fb59700999db
btyacc_3.0-5.dsc 552 bytes 6a793f57a3c43accce77c02e283ab3abe1b340f14d88ddce6d12bb5204a8f470

View changes file

Binary packages built by this source

btyacc: 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

btyacc-dbgsym: debug symbols for package btyacc

 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