bison 2:3.4.2+dfsg-1 source package in Ubuntu

Changelog

bison (2:3.4.2+dfsg-1) unstable; urgency=medium

  * New upstream version 3.4.2+dfsg

 -- Chuan-kai Lin <email address hidden>  Sat, 21 Sep 2019 15:38:14 -0700

Upload details

Uploaded by:
Chuan-kai Lin
Uploaded to:
Sid
Original maintainer:
Chuan-kai Lin
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
bison_3.4.2+dfsg-1.dsc 1.8 KiB 5e76b7f1c54d27caf7a3d6db9cc21b3ca6ecc2e746b648e1198d8c71b081d838
bison_3.4.2+dfsg.orig.tar.xz 2.0 MiB 97a02ad05aadb21e7e59d113bc76f2d6de2907e2b638afaa12e092d1329eecd3
bison_3.4.2+dfsg-1.debian.tar.xz 10.8 KiB e98c5e99d1a2af0dce32a6e8d5f275a8919ca508264d41a9fa57605df4290aac

Available diffs

No changes file available.

Binary packages built by this source

bison: YACC-compatible parser generator

 Bison is a general-purpose parser generator that converts a
 grammar description for an LALR(1) context-free grammar into a C
 program to parse that grammar. Once you are proficient with Bison, you
 may use it to develop a wide range of language parsers, from those used
 in simple desk calculators to complex programming languages.
 .
 Bison is upward compatible with Yacc: all properly-written Yacc
 grammars ought to work with Bison with no change. Anyone familiar with
 Yacc should be able to use Bison with little trouble. Documentation of
 the program is in the bison-doc package.

bison-dbgsym: debug symbols for bison
libbison-dev: YACC-compatible parser generator - development library

 Bison is a general-purpose parser generator that converts a
 grammar description for an LALR(1) context-free grammar into a C
 program to parse that grammar. Once you are proficient with Bison, you
 may use it to develop a wide range of language parsers, from those used
 in simple desk calculators to complex programming languages.
 .
 This package provides the liby.a file including functions needed by
 yacc parsers.