Faster parse, Bugfix on multi-unary
- Parsing is now significantly faster, added
lazy_static
as dependency. - Fixed that cases with multiple unary operators of an expression containing a binary operator could go wrong.
- Variables do not need to be inside curly brackets anymore.