bison 2:3.8.2+dfsg-ok1 source package in openKylin
Changelog
bison (2:3.8.2+dfsg-ok1) nile; urgency=high * Build for openKylin. -- openKylinBot <email address hidden> Tue, 07 May 2024 09:30:28 +0800
bison (2:3.8.2+dfsg-ok1) nile; urgency=high * Build for openKylin. -- openKylinBot <email address hidden> Tue, 07 May 2024 09:30:28 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | devel | |
Huanghe V3.0 | release | main | devel | |
Nile V2.0 | release | main | devel | |
Nile V2.0 | proposed | main | devel |
File | Size | SHA-256 Checksum |
---|---|---|
bison_3.8.2+dfsg.orig.tar.xz | 2.5 MiB | dff8a3c96dd34121828f62a7fa49e1f7765815b89e59f564e8d2a9e71c177be5 |
bison_3.8.2+dfsg-ok1.debian.tar.xz | 5.6 KiB | c7b90dd1485b4dbcc2eaa528b8555e44bd0d9c2e25bf43dc032b6989c880dffd |
bison_3.8.2+dfsg-ok1.dsc | 1.7 KiB | c11d6e3a86f0faee33ea31038271ce7c358ee7c0ba054134a008150a8f45cd70 |
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 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.