The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:blatte"

Blatte - text macro/markup/template language River stage zero No dependents

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::Ws - whitespace wrapper for Blatte objects River stage zero No dependents

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::HTML - tools for generating HTML with Blatte River stage zero No dependents

This module defines Blatte functions corresponding to HTML tags, making it possible to write Blatte that looks like this: Here is a {\a \href=http://www.blatte.org/ link} and can be translated to this: Here is a <a href="http://www.blatte.org/">link<...

BOBG/Blatte-HTML-0.9 - 12 May 2001 23:55:01 UTC

Blatte::Parser - parser for Blatte syntax River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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

Blatte::Syntax - parse tree structure for Blatte documents River stage zero No dependents

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
7 results (0.013 seconds)