Files for use with scripting capabilities of jed.

pmtags.sl: poor man tags. one day I was working on an old machine (a
486DX100 with 12 megs of RAM and 400 megs HD). It was not intended as a
development platform, so ctags was not installed (jed was, of course,
installed). I wanted to browse some C sources, so I wrote this small script.
It makes a lot of assumptions about the format of function definitions.

ytags.sl: This script makes a tags file (calles ytags) from the rules in a
yacc grammar file. This helped me a lot to understand the gcc grammar.

sltags: Opps, this is not a SLang script, but sed... it tries to generate
something rensembling a tag file from a bunch of .sl files...

diff2html.sl: It creates an html file from a unified diff, highlighting the
interesting parts. Useful to print it.
