Search results for "distribution:Blatte BOBG"
Blatte::Ws - whitespace wrapper for Blatte objects
Blatte objects are frequently nested inside of whitespace objects, representing the whitespace that preceded the object on input, or that should precede the object on output. The outermost whitespace wrapper takes precedence....
BOBG/Blatte-0.9.4 - 28 Jul 2001 21:05:53 UTC
Blatte - text macro/markup/template language
Blatte is a very powerful text markup and transformation language with a very simple syntax. A Blatte document can be translated into a Perl program that, when executed, produces a transformed version of the input document. This module itself contain...
BOBG/Blatte-0.9.4 - 28 Jul 2001 21:05:53 UTC
Blatte::Syntax - parse tree structure for Blatte documents
Blatte::Syntax is the base class of a family of objects used to represent a Blatte parse tree. A tree of Blatte::Syntax objects is returned by "expr()" and other parsing methods of Blatte::Parser. All Blatte::Syntax objects have a "transform()" metho...
BOBG/Blatte-0.9.4 - 28 Jul 2001 21:05:53 UTC
Blatte::Parser - parser for Blatte syntax
A parser for turning written Blatte expressions into their Perl equivalents or into Blatte's syntax-tree representation....
BOBG/Blatte-0.9.4 - 28 Jul 2001 21:05:53 UTC
Blatte::Compiler - compile a Blatte document into Perl
This is a convenient interface for parsing a file full of Blatte code. A file handle and a callback are passed to compile() or compile_sparse() (see below for the difference between the two). The callback is then invoked for each top-level item parse...
BOBG/Blatte-0.9.4 - 28 Jul 2001 21:05:53 UTC
Blatte::Builtins - Blatte-callable intrinsics
This module defines the standard Blatte-callable intrinsic functions. A Blatte intrinsic is simply a Perl subroutine that (a) has been assigned (by reference) to a scalar variable (whose name begins with a letter), and (b) takes a hash reference as i...
BOBG/Blatte-0.9.4 - 28 Jul 2001 21:05:53 UTC