# # GNU parser generator. # # Bison is a general-purpose parser generator that converts an annotated # context-free grammar into a deterministic LR or generalized LR (GLR) # parser employing LALR(1) parser tables. As an experimental feature, # bison can also generate IELR(1) or canonical LR(1) parser tables. # Once you are proficient with Bison, you can use it to develop a wide # range of language parsers, from those used in simple desk calculators # to complex programming languages. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=bison pkgversion=3.8.2 arch=amd64 release=1 pkgcategory="devel" full_pkgname=bison_3.8.2_amd64-1@devel blurb="GNU parser generator." homepage="https://www.gnu.org/software/bison" license="GPLv3+" fetch="https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.lz" replace=""