summaryrefslogtreecommitdiffstats
path: root/tinyMEDIA/ragel.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tinyMEDIA/ragel.sh')
-rw-r--r--tinyMEDIA/ragel.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tinyMEDIA/ragel.sh b/tinyMEDIA/ragel.sh
new file mode 100644
index 0000000..f8339f5
--- /dev/null
+++ b/tinyMEDIA/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"
+
+# SDP Message parser
+ragel.exe $OPTIONS -o ./src/content/tmedia_content_cpim.c ./ragel/tmedia_content_cpim.rl \ No newline at end of file
OpenPOWER on IntegriCloud