diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-04-13 19:16:22 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-04-13 19:16:22 (GMT) |
commit | e45668650f77e2401ec3495ae6b93b564bf1882e (patch) | |
tree | 24b2890e7c82c633085ce2f53a31a317711eb7b0 /ds9/parsers | |
parent | c035c9899e98dd4963f4e26948c4a5159f294f56 (diff) | |
download | blt-e45668650f77e2401ec3495ae6b93b564bf1882e.zip blt-e45668650f77e2401ec3495ae6b93b564bf1882e.tar.gz blt-e45668650f77e2401ec3495ae6b93b564bf1882e.tar.bz2 |
rm ds9 cd parser
Diffstat (limited to 'ds9/parsers')
-rw-r--r-- | ds9/parsers/alignlex.fcl | 13 | ||||
-rw-r--r-- | ds9/parsers/nanlex.fcl | 12 |
2 files changed, 25 insertions, 0 deletions
diff --git a/ds9/parsers/alignlex.fcl b/ds9/parsers/alignlex.fcl new file mode 100644 index 0000000..3bda66c --- /dev/null +++ b/ds9/parsers/alignlex.fcl @@ -0,0 +1,13 @@ +#tab alignparser.tab.tcl + +%{ +%} + +#include defs.fin + +%% + +#include yesno.fin +#include string.fin + +%% diff --git a/ds9/parsers/nanlex.fcl b/ds9/parsers/nanlex.fcl new file mode 100644 index 0000000..3691a07 --- /dev/null +++ b/ds9/parsers/nanlex.fcl @@ -0,0 +1,12 @@ +#tab nanparser.tab.tcl + +%{ +%} + +#include defs.fin + +%% + +#include string.fin + +%% |