Crate tinylang

Crate tinylang 

Source

Modules§

errors
types

Functions§

eval
eval receives the &str to parse and the State. You should put in the State any function or variable that your templates should have access to. Important to know that there is only one global scope. For loops may overwrite variables outside of it. For now there is no construct to assign new values to variables besides for loops.