axiacore / py-expression-eval

MIT License
149 stars 54 forks source link

Added support for integers in hexadecimal notation #73

Closed parraman closed 2 years ago

parraman commented 2 years ago

The added lines provide support for using integers in hexadecimal notation in expressions. The code uses a regex to detect hexadecimal numbers.

Unit tests have been implemented to validate the implementation.

camilonova commented 2 years ago

Thank you