repo/core/bison
phoebos 7028d50226
*: explicit DESTDIR
2023-03-05 17:34:06 -06:00
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build *: explicit DESTDIR 2023-03-05 17:34:06 -06:00
checksums *: b3sum 2022-11-21 17:17:17 +05:30
depends bison: Fix deps 2020-03-23 12:41:43 +02:00
sources *: remove VERSION markers 2023-03-02 18:00:45 +05:30
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