repo/core/bison
Dylan Araps dbc8fdd854
bison: 3.8.2
2021-09-25 18:54:09 +03:00
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build bison: update for new env 2021-07-15 11:56:34 +03:00
checksums bison: 3.8.2 2021-09-25 18:54:09 +03:00
depends bison: Fix deps 2020-03-23 12:41:43 +02:00
sources bison: use VERSION 2021-07-15 09:23:34 +03:00
version bison: 3.8.2 2021-09-25 18:54:09 +03:00

README

bison
________________________________________________________________________________

GNU Bison, commonly known as Bison, is a parser generator that is part of the
GNU Project. Bison reads a specification of a context-free language, warns about
any parsing ambiguities, and generates a parser (either in C, C++, or Java) that
reads sequences of tokens and decides whether the sequence conforms to the
syntax specified by the grammar. [0]

Upstream: https://www.gnu.org/software/bison/


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [003]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b bison                                                              |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Usage
________________________________________________________________________________

Refer to the accompanying manual pages or command help output.


[003] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/GNU_Bison