1 changed files with 14 additions and 13 deletions
@ -1,4 +1,3 @@
|
||||
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
@ -17,22 +16,24 @@
|
||||
|
||||
[I] The GNU general-purpose parser generator |
||||
|
||||
[T] "Bison" is a general-purpose parser generator that converts a |
||||
[T] grammar description for an LALR(1) context-free grammar into a C |
||||
[T] program to parse that grammar. Once you are proficient with Bison, you |
||||
[T] may use it to develop a wide range of language parsers, from those used |
||||
[T] in simple desk calculators to complex programming languages. |
||||
[T] Bison is a general-purpose parser generator that converts a grammar |
||||
[T] description for an LALR(1) context-free grammar into a C program to |
||||
[T] parse that grammar. Once you are proficient with Bison, you may use |
||||
[T] it to develop a wide range of language parsers, from those used in |
||||
[T] simple desk calculators to complex programming languages. |
||||
[T] |
||||
[T] Bison is upward compatible with Yacc: all properly-written Yacc |
||||
[T] grammars ought to work with Bison with no change. Anyone familiar with |
||||
[T] Yacc should be able to use Bison with little trouble. You need to be |
||||
[T] fluent in C programming in order to use Bison or to understand this |
||||
[T] manual. |
||||
[T] grammars ought to work with Bison with no change. Anyone familiar |
||||
[T] with Yaccshould be able to use Bison with little trouble. |
||||
|
||||
|
||||
[U] http://www.gnu.org/software/bison/bison.html |
||||
[U] http://www.gnu.org/software/bison/ |
||||
|
||||
[A] The GNU Project <[email protected]> |
||||
[M] The OpenSDE Community <[email protected]> |
||||
[A] Akim Demaille <[email protected]> |
||||
[A] Paul Eggert <[email protected]> |
||||
[A] Joel E. Denny <[email protected]> |
||||
[A] Robert Corbett (original author) |
||||
[M] Christian Wiese <[email protected]> |
||||
|
||||
[C] base/development |
||||
[F] DIETLIBC |
||||
|
Loading…
Reference in new issue