summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/defs.fin
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-03-03 22:29:18 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-03-03 22:29:18 (GMT)
commit1d6ba2b117bdf94a16402ae8e380c6dd9e10ef51 (patch)
treec48330bdefcc0bd1e13b5eb788b41f76acad5d18 /ds9/parsers/defs.fin
parent815eb928cfe5b837039abad4475181c4b506c714 (diff)
downloadblt-1d6ba2b117bdf94a16402ae8e380c6dd9e10ef51.zip
blt-1d6ba2b117bdf94a16402ae8e380c6dd9e10ef51.tar.gz
blt-1d6ba2b117bdf94a16402ae8e380c6dd9e10ef51.tar.bz2
simplify ds9 parsers
Diffstat (limited to 'ds9/parsers/defs.fin')
-rw-r--r--ds9/parsers/defs.fin10
1 files changed, 10 insertions, 0 deletions
diff --git a/ds9/parsers/defs.fin b/ds9/parsers/defs.fin
new file mode 100644
index 0000000..e8b9964
--- /dev/null
+++ b/ds9/parsers/defs.fin
@@ -0,0 +1,10 @@
+%option noyywrap
+%option caseless
+%option nodefault
+%option nointeractive
+#%option stack
+%option yylineno
+#%option debug
+
+D [0-9]
+E [Ee][+-]?{D}+