codeplea / tinyexpr

tiny recursive descent expression parser, compiler, and evaluation engine for math expressions
https://codeplea.com/tinyexpr
zlib License
1.61k stars 245 forks source link

python extension for tinyexpr #118

Open zhenghan008 opened 2 months ago

zhenghan008 commented 2 months ago

Hello, I wrote a python extension for tinyexpr. Please review my code. If you think it is suitable, you can merge my branch into your project.