PApp::Parser - PApp format file parser


PApp documentation  | view source Contained in the PApp distribution.

Index


NAME

Top

PApp::Parser - PApp format file parser

SYNOPSIS

Top

DESCRIPTION

Top

This module manages .papp files (parsing, compiling etc..). You have to look at the examples to understand the descriptions here :(

This module exports nothing (and might never do).

($ppkg, $name, $code) = parse_file $papp, $path

Parse the specified file and return the tree of nested packages ($ppkg, the config data) and the tree containing all the (prepocessed) sourcecode that implements the semantics ($code). $name contains the name of the topmost (root) package.

SEE ALSO

Top

PApp.

AUTHOR

Top

 Marc Lehmann <schmorp@schmorp.de>
 http://home.schmorp.de/


PApp documentation  | view source Contained in the PApp distribution.