Add byacc parser generator

This is meant to replace heirloom yacc for compiling pre-musl parsers.
Unlike heirloom yacc, it's in the public domain, and can be linked with
meslibc without licensing concerns.
This commit is contained in:
Gábor Stefanik 2024-04-14 05:51:30 +02:00
parent 86e1a5e7f6
commit 3970ee7d1a
5 changed files with 137 additions and 0 deletions

View file

@ -49,6 +49,7 @@ build: tar-1.12
build: sed-4.0.9
build: bzip2-1.0.8
build: coreutils-5.0
build: byacc-20240109
build: heirloom-devtools-070527
build: bash-2.05b
improve: setup_repo