Templo Engine
Template engine for insert and modify variables inside of text files.
example
The input text can have some placeholders represented by "{> arg <}". These placeholders will be used to insert the arguments passed to the engine. The engine provides some native functions to manipulate the argument value as well.
input.py
<}:
=
=
execution
use *;
// Getting the input text
let input_text = read_to_string.unwrap;
// The arguments
let arguments = vec!;
// Inserting the arguments on text
let engine = new;
let text = engine.compile;
// writing the output file
write.unwrap;
output.py
=
=