# # A fast lexer generator for C and C++. # # re2c is a free and open-source lexer generator for C and C++. Its main # goal is generating fast lexers: at least as fast as their reasonably # optimized hand-coded counterparts. Instead of using traditional # table-driven approach, re2c encodes the generated finite state automata # directly in the form of conditional jumps and comparisons. # 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=re2c pkgversion=3.0 arch=amd64 release=1 pkgcategory="devel" full_pkgname=re2c_3.0_amd64-1@devel blurb="A fast lexer generator for C and C++." homepage="https://www.re2c.org" license="Public domain" fetch="https://github.com/skvadrik/re2c/releases/download/3.0/re2c-3.0.tar.lz" replace=""