diff options
author | jonno85uk <jonnobleuk@gmail.com> | 2021-02-17 21:54:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-17 22:54:37 +0100 |
commit | 2d1cfa7d1142bace04a13d57db6e3f16c79f1e39 (patch) | |
tree | 80c0849ab903bf06252402b88ae6f00e195e4819 /Ports/AvailablePorts.md | |
parent | 6e1117a688385bb509900a2fcb985e2974061b20 (diff) | |
download | serenity-2d1cfa7d1142bace04a13d57db6e3f16c79f1e39.zip |
Ports: Add bison 1.25 (#5382)
bison -h works. Not tried with any grammar files
Diffstat (limited to 'Ports/AvailablePorts.md')
-rw-r--r-- | Ports/AvailablePorts.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 9cc3f768f1..4708c845e2 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -7,6 +7,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`bash`](bash/) | GNU Bash | 5.0 | https://www.gnu.org/software/bash/ | | [`bc`](bc/) | bc | 2.5.1 | https://github.com/gavinhoward/bc | | [`binutils`](binutils/) | GNU Binutils | 2.32 | https://www.gnu.org/software/binutils/ | +| [`bison`](bison/) | GNU Bison | 1.25 | https://www.gnu.org/software/bison/ | | [`byacc`](byacc/) | Berkeley Yacc | 20191125 | https://invisible-island.net/byacc/byacc.html | | [`c-ray`](c-ray/) | C-Ray | | https://github.com/vkoskiv/c-ray | | [`cmake`](cmake/) | CMake | 3.19.4 | https://cmake.org/ | |