Interface | Description |
---|---|
Analyzer |
A function that analyzes the trees given to it and modify them (if necessary) depending
on its analytic results.
|
Compiler |
A compiler is a function that compiles
Tree s into Instruction s
depending on the state of the trees and compilations provided to it. |
Initializer |
The initializer is a function that introduces/initializes compilations for the
documents provided to it in the environment provided to it.
|
Parser |
A function that takes a compilation and a sketch and parses new sketches from them.
|
Processor |
A processor is a function that takes a sketch and a compilation and process it its way
(for example: parsing its value).
|
org.jamplate.model
package.