Function geo_aid::script::math::load_script

source ·
pub fn load_script(input: &str) -> Result<Intermediate, Vec<Error>>
Expand description

§Errors

Returns an error if the script is not a valid one. Any errors should result from tokenizing, parsing and unrolling, not mathing.