source: npl/system/bison/slack-desc @ 08cf024

Last change on this file since 08cf024 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 927 bytes
Line 
1# HOW TO EDIT THIS FILE:
2# The "handy ruler" below makes it easier to edit a package description.  Line
3# up the first '|' above the ':' following the base package name, and the '|'
4# on the right side marks the last column you can put a character in.  You must
5# make exactly 11 lines for the formatting to be correct.  It's also
6# customary to leave one space after the ':'.
7
8     |-----handy-ruler------------------------------------------------------|
9bison: bison (parser generator similar to yacc)
10bison:
11bison: GNU "Bison" is a general-purpose parser generator that converts a
12bison: grammar description for an LALR(1) context-free grammar into a C
13bison: program to parse that grammar.
14bison:
15bison: Bison is upward compatible with Yacc:  all properly-written Yacc
16bison: grammars ought to work with Bison with no change.  Anyone familiar
17bison: with Yacc should be able to use Bison with little trouble.
18bison:
19bison:
Note: See TracBrowser for help on using the repository browser.