Skip to content

Faster parse, Bugfix on multi-unary

Compare
Choose a tag to compare
@bertiqwerty bertiqwerty released this 23 Jul 22:16
· 711 commits to main since this release
  • 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.