summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/panlex.fcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-03-03 22:28:48 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-03-03 22:28:48 (GMT)
commit815eb928cfe5b837039abad4475181c4b506c714 (patch)
tree012eafb2d1b161b6563112ff667397cc220c10aa /ds9/parsers/panlex.fcl
parenta739df3afe46b9d61cf7e613cfdd48cd920fdba1 (diff)
downloadblt-815eb928cfe5b837039abad4475181c4b506c714.zip
blt-815eb928cfe5b837039abad4475181c4b506c714.tar.gz
blt-815eb928cfe5b837039abad4475181c4b506c714.tar.bz2
simplify ds9 parsers
Diffstat (limited to 'ds9/parsers/panlex.fcl')
-rw-r--r--ds9/parsers/panlex.fcl15
1 files changed, 3 insertions, 12 deletions
diff --git a/ds9/parsers/panlex.fcl b/ds9/parsers/panlex.fcl
index 37488da..bc078fc 100644
--- a/ds9/parsers/panlex.fcl
+++ b/ds9/parsers/panlex.fcl
@@ -1,21 +1,12 @@
+#tab panparser.tab.tcl
+
%{
%}
-%option noyywrap
-%option caseless
-%option nodefault
-%option nointeractive
-#%option stack
-%option yylineno
-#%option debug
-
-D [0-9]
-E [Ee][+-]?{D}+
+#include defs.fin
%%
-#tab panparser.tab.tcl
-
close {return $CLOSE_}
open {return $OPEN_}
to {return $TO_}