Thanks for this great library! I just noticed the following: ```rb JMESPath.search('`2` * `2`', '') # => unexpected token star (JMESPath::Errors::SyntaxError) ``` I guess [arithmetic expressions](https://jmespath.site/main/#spec-arithmetic-expressions) are not supported by this gem? If so, maybe they could be added?