summaryrefslogtreecommitdiffstats
path: root/tinyNET/ragel.sh
blob: d8b9e315f460e15f191bd232c9d2dff0d29a619d (plain)
1
2
3
4
5
6
7
8
# Ragel generator
# For more information about Ragel: http://www.complang.org/ragel/

export OPTIONS="-C -L -T0"
#export OPTIONS="-C -L -G2"

ragel.exe $OPTIONS -o ./src/dns/tnet_dns_regexp.c ./ragel/tnet_dns_regexp.rl
ragel.exe $OPTIONS -o ./src/dns/tnet_dns_resolvconf.c ./ragel/tnet_dns_resolvconf.rl
OpenPOWER on IntegriCloud