diff options
Diffstat (limited to 'ds9/parsers/headerlex.fcl')
-rw-r--r-- | ds9/parsers/headerlex.fcl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ds9/parsers/headerlex.fcl b/ds9/parsers/headerlex.fcl new file mode 100644 index 0000000..dd279a9 --- /dev/null +++ b/ds9/parsers/headerlex.fcl @@ -0,0 +1,16 @@ +#tab headerparser.tab.tcl + +%{ +%} + +#include defs.fin + +%% + +close {return $CLOSE_} +save {return $SAVE_} + +#include numeric.fin +#include string.fin + +%% |