summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/panlex.fcl
diff options
context:
space:
mode:
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_}