summaryrefslogtreecommitdiffstats
path: root/ds9/parsers
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-07 19:47:12 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-07 19:47:12 (GMT)
commitc986a312d9ba71daae866d536b62f2da97e4ed92 (patch)
tree4e9e9f9d20d1f484235b78d00421bd4a5694ae69 /ds9/parsers
parent2260353ff3fe3db8481a78b726990630567e3192 (diff)
downloadblt-c986a312d9ba71daae866d536b62f2da97e4ed92.zip
blt-c986a312d9ba71daae866d536b62f2da97e4ed92.tar.gz
blt-c986a312d9ba71daae866d536b62f2da97e4ed92.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9/parsers')
-rw-r--r--ds9/parsers/cropsendlex.fcl3
-rw-r--r--ds9/parsers/cropsendparser.tac4
2 files changed, 2 insertions, 5 deletions
diff --git a/ds9/parsers/cropsendlex.fcl b/ds9/parsers/cropsendlex.fcl
index 10ec937..59ee21e 100644
--- a/ds9/parsers/cropsendlex.fcl
+++ b/ds9/parsers/cropsendlex.fcl
@@ -8,10 +8,9 @@
%%
3d {return $3D_}
+LOCK_ {return $LOCK_}
-#include matchlock.fin
#include coords.fin
-#include string.fin
%%
diff --git a/ds9/parsers/cropsendparser.tac b/ds9/parsers/cropsendparser.tac
index 96e97ef..7e1b3f7 100644
--- a/ds9/parsers/cropsendparser.tac
+++ b/ds9/parsers/cropsendparser.tac
@@ -1,17 +1,15 @@
%{
%}
-#include matchlock.tin
#include coords.tin
-#include string.tin
%start cropsend
%token 3D_
+%token LOCK_
%%
-#include matchlock.trl
#include coords.trl
cropsend : {ProcessSendCmdCurrent frame "get crop center physical fk5 degrees physical degrees"}