diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /pkg/lists/tokens.par | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/lists/tokens.par')
-rw-r--r-- | pkg/lists/tokens.par | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/lists/tokens.par b/pkg/lists/tokens.par new file mode 100644 index 00000000..1df3490b --- /dev/null +++ b/pkg/lists/tokens.par @@ -0,0 +1,5 @@ +files,s,a,,,,list of files to be converted into a stream of tokens +ignore_comments,b,h,yes,,,ignore comments in the input stream? +begin_comment,s,h,"#",,,string marking start of a comment +end_comment,s,h,"eol",,,"string marking end of a comment ('eol' if end of line)" +newlines,b,h,yes,,,is newline a legal token? |