Module parser

Source

Functionsยง

eval
used to evaluate an AST with the provided context.
is_valid_var_name
checks if the given variable name is a valid variable name.
parse
used to construct an AST from a string.