New tokenizer and executor
- New tokenizer without regular expressions
- Simpler code structure
- Better performance
- ~20% less memory usage
- PHP >=7.1 support
- Division by zero default is now to throw DivisionByZeroException. Call setDivisionByZeroIsZero to default to V1 behavior.