class
Importance_2
Ruby latest stable (v2_5_5) - 0 notes - Superclass: Parser

Class deprecated or moved

This class is deprecated or moved on the latest stable version. The last existing version (v1_9_2_180) is shown here.

This is an attamept to write a basic parser for Perl’s POD (Plain old Documentation) format. Ruby code must co-exist with Perl, and some tasks are easier in Perl than Ruby because of existing libraries.

One difficult is that Perl POD has no means of identifying the classes (packages) and methods (subs) with which it is associated, it is more like literate programming in so far as it just happens to be in the same place as the code, but need not be.

We would like to support all the markup the POD provides so that it will convert happily to HTML. At the moment I don’t think I can do that: time constraints.

Show files where this class is defined (1 file)
Register or log in to add new notes.