|/
|\ISS               Tidbits  Posts  Answers  Install  Wiki  Contact  Donate  GitHub


bison                                                              version 3.8.2
________________________________________________________________________________

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]
* History ................................................................ [003]
* References ............................................................. [004]


[001] Installation
________________________________________________________________________________

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


[002] Usage
________________________________________________________________________________

Refer to the accompanying manual pages or command help output.


[003] History
________________________________________________________________________________

2021-09-25 dbc8fdd8 bison: 3.8.2
2021-09-11 1b42f90b bison: 3.8.1
2021-09-08 cb26a938 bison: 3.8
2021-07-15 13020476 bison: update for new env
2021-07-15 bdaaafd1 bison: use VERSION
2021-07-06 63cd2b18 bison: remove examples
2021-06-30 4f9ac195 bison: 3.7.6
2020-11-15 7b26928b bison: 3.7.4
2020-10-13 69da3338 bison: 3.7.3
2020-09-06 064bc54e bison: 3.7.2
2020-08-02 a5ab815b bison: 3.7.1
2020-07-28 6c68935f bison: Fix error when libtextstyle is installed. Closes #206
2020-07-28 928f9022 bison: Disable NLS. Potential fix for #206
2020-07-24 a0a4d70d bison: bump to 3.7
2020-06-16 87e8816e bison: bump to 3.6.4
2020-06-03 4ba98788 bison: bump to 3.6.3
2020-05-17 252dcc08 bison: bump to 3.6.2
2020-05-10 5812433a bison: bump to 3.6.1
2020-05-09 fd260cd4 bison: bump to 3.6
2020-04-30 e7598425 bison: revert to previous version (was beta)
2020-04-30 6824a153 bison: bump to 3.5.91
2020-04-14 a6be9155 bison: bump to 3.5.4
2020-03-23 33ab6f62 bison: Fix deps
2020-03-14 1b33e8b3 bison: Fix depends
2020-03-08 ee1a1241 bison: bump to 3.5.3
2020-02-27 39678382 bison: Remove perl dependency
2020-02-14 e2fec8f0 bison: bump to 3.5.2
2020-01-20 269b5ac3 bison: bump to 3.5.1
2019-12-12 9aac705b bison: bump to 3.5
2019-10-07 b354583e bison: remove rm
2019-10-05 44f2eca4 bison: let nls be detected
2019-09-13 0e3aedae bison: bump to 3.4.2
2019-09-07 f0505ed3 bison: fix formatting
2019-09-07 73afee2a bison: order depends
2019-08-11 04de59be bison: remove docs
2019-07-19 3b4c8188 bison: update to 3.4.1
2019-07-19 04690714 bison: disable nls
2019-06-19 89dafdb5 bison: add license
2019-06-17 e46117c1 bison: change perl dep to makedep
2019-06-02 67d367e2 bison: update manifest


[004] References
________________________________________________________________________________

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



________________________________________________________________________________

Dylan Araps (C) 2019-2021

The registered trademark Linux(R) is used pursuant to a sublicense from the
Linux Foundation, the exclusive licensee of Linus Torvalds, owner of the mark
on a world­wide basis.