View Source API Reference renewex v0.4.0
Modules
This module defines aliases for Renew class names.
This module defines the grammar to parse Renew *.rnw
files.
The grammar for parsing a Renew *.rnw
file is defined by the
object oriented class hierarchy of java classes in the original Java Renew implementation.
This module implements the core of the parser for reading Renew *.rnw
files.
The grammar to be used for parsing is defined by Renewex.Grammar.
In the original Renew Java implementation a *.rnw
is deserialized
into Java Objects of a variaty of classes.
This module implements a simple tokenizer for splitting a string into lexems that are needed to parse Renew *.rnw
files.