2009-08-26 17:00:38 +02:00
|
|
|
# HOW TO EDIT THIS FILE:
|
2018-05-28 21:12:29 +02:00
|
|
|
# The "handy ruler" below makes it easier to edit a package description. Line
|
2009-08-26 17:00:38 +02:00
|
|
|
# up the first '|' above the ':' following the base package name, and the '|'
|
2018-05-28 21:12:29 +02:00
|
|
|
# on the right side marks the last column you can put a character in. You must
|
|
|
|
# make exactly 11 lines for the formatting to be correct. It's also
|
2009-08-26 17:00:38 +02:00
|
|
|
# customary to leave one space after the ':'.
|
|
|
|
|
|
|
|
|-----handy-ruler------------------------------------------------------|
|
|
|
|
bison: bison (parser generator similar to yacc)
|
|
|
|
bison:
|
2018-08-29 00:05:19 +02:00
|
|
|
bison: GNU Bison is a general-purpose parser generator that converts a
|
2009-08-26 17:00:38 +02:00
|
|
|
bison: grammar description for an LALR(1) context-free grammar into a C
|
2018-08-29 00:05:19 +02:00
|
|
|
bison: program to parse that grammar. Bison is upward compatible with Yacc:
|
|
|
|
bison: all properly-written Yacc grammars ought to work with Bison with no
|
|
|
|
bison: change. Anyone familiar with Yacc should be able to use Bison with
|
|
|
|
bison: little trouble.
|
2009-08-26 17:00:38 +02:00
|
|
|
bison:
|
2018-08-29 00:05:19 +02:00
|
|
|
bison: Homepage: https://www.gnu.org/software/bison/
|
2009-08-26 17:00:38 +02:00
|
|
|
bison:
|