summaryrefslogtreecommitdiffstats
path: root/tinyNET/ragel.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tinyNET/ragel.sh')
-rw-r--r--tinyNET/ragel.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tinyNET/ragel.sh b/tinyNET/ragel.sh
new file mode 100644
index 0000000..400a5d7
--- /dev/null
+++ b/tinyNET/ragel.sh
@@ -0,0 +1,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