Package net.sourceforge.templat.parser

Parses a list of tokens to render a template.

See:
          Description

Class Summary
TemplateParser Parser to render a (tokenized) template, given optional arguments.
 

Package net.sourceforge.templat.parser Description

Parses a list of tokens to render a template.

Parsing involves iterating through a list of tokens (from the lexer) that represent the original template, and having those tokens perform their actions.