tinyexpr icon indicating copy to clipboard operation
tinyexpr copied to clipboard

tiny recursive descent expression parser, compiler, and evaluation engine for math expressions

Results 36 tinyexpr issues
Sort by recently updated
recently updated
newest added

Tinyexpr is available as a port in [vcpkg](https://github.com/microsoft/vcpkg), a C++ library manager that simplifies installation for tinyexpr and other project dependencies. Documenting the install process here will help users get...

I wonder how one could extract the tokens from the expression needing to be defined without providing them upfront. For me that would be very useful in the dynamic programming...

I'm using ESP-IDF and i'm importing this into a c++ project based on ESP-IDF 5.2. During compilation I have many errors: "error: array subscript has type 'char'" The compilation succeded...

Thank you for your work! Great lib. ``` a >> 1 //right shift b

The current support of tinyexpr in notepad3 is a cool feature I am using every day, as calculator. But time expression calculation like: ``` 00:32:15-00:16:42=00:15:33 32:15.339-16:42.158=15:33.171 15:33.171+16:42.158=32:15.339 second(15:33.171)=933.171s ``` I...

I'm getting the following crash report on a ESP32 S3 MCU when executing the expression " (p-(-10))*dt " with p=85.0 and dt=-1.0 with `te_compile` 39 times. ``` Guru Meditation Error:...

This adds fuzzing by way of [ClusterFuzzLite](https://google.github.io/clusterfuzzlite/), which is a GitHub action that will perform a short amount of fuzzing for new PRs. The goal is to use fuzzing to...

Hi Lewis, love how easy it was to integrate this library into an Arduino project as it's based on C99. I wanted to ask if any major bugs were fixed...

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.

I know you're not ok to merge this functionality, but can u just check if I used correctly your macros ?