Package DE_EPAGES::TLE::API::Parser
Functions
- InternalAnalyze
- InternalCompile
InternalAnalyze
This procedure parses the given template returns the error.
Syntax |
my $Error = InternalAnalyze($rPlainText);
|
Input |
- $rPlainText (ref.string)
- template
|
Return |
- $Error (object)
- error object (or undef)
|
InternalCompile
This procedure parses the given template and creates a perl execution string.
Syntax |
my $ByteCode = InternalCompile($rPlainText);
|
Input |
- $rPlainText (ref.string)
- template
|
Return |
- $ByteCode (string)
- the complied template
|