libermate.py:
Updated python operator priorites.
ASTtoTree did not check if children exist.
updated header to use np,plt short names.
added numpy and pylab name checking.
added padding flags to bop, preop and multiop replacing old method.
priority checking was reversed.
forced int cast on slicing op.
added +step to end of three argument slicing and array.
added np. to numpy functions.
replaced xend with zero.
mat2py.g
new tokens FUNCTION_ARGS, RETURN_VARS, BRACE_ARGS and PAREN_ARGSto simplify tree parsing
reordered tree generation for slices, args and fields name is no longer first.
fixed lamba (@) parsing
funcargs is optional in declarations.