GDL Parser

Description

The GDL parser allows you to to colorize idl/gdl/pvwave source code inside of code blocks.

Download & Release Notes

Parser

Author

Release Version

Moin Version

Release Notes

text_x_gdl.py

ReimarBauer

1.0

1.6

ParserMarket/GDL/ReleaseNotes

idl-1.3.5-1.py

ReimarBauer

1.0

1.3

ParserMarket/GDL/ReleaseNotes

Installation

For general installation instructions, see ParserMarket/InstallingParsers. This parser requires no special dependencies, such as outside Python libraries.

Usage

To use this parser, simply put #!gdl after the beginning of the code block.

Example

{{{#!gdl
pro helloworld
   print, 'hello world'
end    
}}}

This parser is copyright 2005-2007, by ReimarBauer.

License

This parser is released under the terms of the GNU GPL.

Discussion

MoinMoin: ParserMarket/GDL (last edited 2008-01-29 10:58:52 by FedericoLorenzi)