summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/cmaplex.fcl
blob: cb4e10de66a64822c75cf4d602c8d24452f73600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#tab cmapparser.tab.tcl

%{
%}

#include defs.fin

%%

close		{return $CLOSE_}
delete		{return $DELETE_}
file		{return $FILE_}
invert		{return $INVERT_}
load		{return $LOAD_}
lock		{return $LOCK_}
match		{return $MATCH_}
open		{return $OPEN_}
save		{return $SAVE_}
tag		{return $TAG_}
value		{return $VALUE_}

#include yesno.fin
#include numeric.fin
#include string.fin
#include ws.fin

%%