summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/gridlex.fcl
blob: 6309c54e84b7d77beeb919a17fcbae75f908a81d (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#tab gridparser.tab.tcl

%{
%}

#include defs.fin

%%

analysis	{return $ANALYSIS_}
axes		{return $AXES_}
border		{return $BORDER_}
close		{return $CLOSE_}
color		{return $COLOR_}
colour		{return $COLOR_}
dash		{return $DASH_}
def		{return $DEF_}
def1		{return $DEF1_}
def2		{return $DEF2_}
exterior	{return $EXTERIOR_}
format1		{return $FORMAT1_}
format2		{return $FORMAT2_}
gap		{return $GAP_}
gap1		{return $GAP1_}
gap2		{return $GAP2_}
gap3		{return $GAP3_}
grid		{return $GRID_}
interior	{return $INTERIOR_}
label		{return $LABELS_}
labels		{return $LABELS_}
load		{return $LOAD_}
textlab		{return $LABELS_}
numlab		{return $NUMERICS_}
numbers		{return $NUMBERS_}
numeric		{return $NUMERICS_}
numerics	{return $NUMERICS_}
origin		{return $ORIGIN_}
open		{return $OPEN_}
publication	{return $PUBLICATION_}
reset		{return $RESET_}
save		{return $SAVE_}
sky		{return $SKYFRAME_}
skyframe	{return $SKYFRAME_}
skyformat	{return $SKYFORMAT_}
style		{return $STYLE_}
system		{return $SYSTEM_}
text		{return $TEXT_}
text1		{return $TEXT1_}
text2		{return $TEXT2_}
tick		{return $TICKMARKS_}
tickmark	{return $TICKMARKS_}
tickmarks	{return $TICKMARKS_}
title		{return $TITLE_}
type		{return $TYPE_}
vertical	{return $VERTICAL_}
view		{return $VIEW_}
width		{return $WIDTH_}

lll		{return $LLL_}
llu		{return $LLU_}
lul		{return $LUL_}
luu		{return $LUU_}
ull		{return $ULL_}
ulu		{return $ULU_}
uul		{return $UUL_}
uuu		{return $UUU_}

#include yesno.fin
#include fonts.fin
#include coordsys.fin
#include wcssys.fin
#include skyframe.fin
#include skyformat.fin
#include numeric.fin
#include string.fin
#include ws.fin

%%