-------
* Added extended comparisons: x < y < z >= w != ...
* Added SymPy set operation Contains usage.
* Added and expanded some function visual translations: summation(), .limit(), .diff(), .integrate() and more...
* Added compacting of multiple Subs() and .subs().
* Changed lambdas to bind global variables on definition.
* Cleaned up passing assignments as equations into functions.
* Cleaned up internal handling of incomplete and empty matrices.
* Fixed more obscure grammar cases.