OpenRoad Parser

Description

The OpenRoad parser allows you to have OpenROAD data rendered nicely inside Moin's code blocks.

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

openroad.py

1.0

1.5

ParserMarket/OpenRoad/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 #!openroad after the beginning of the code block.

Example

{{{#!openroad
procedure main
(
) =
declare
            i = integer not null;
            r = integer not null;
enddeclare
}}}

This parser is copyrighted by AnkeHeinrich

License

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

Discussion

MoinMoin: ParserMarket/OpenRoad (last edited 2008-01-28 19:53:06 by FedericoLorenzi)