NAME
EJS::Template::Parser - Parser module for EJS::Template
Methods
parse
Parses EJS source and generates JavaScript code.
$parser->parser($input, $output);
The $input
is used as the EJS source code, and the generated JavaScript code is written out to $output
.