Registry / utility / tinyexpr

tinyexpr

JSON →
library2020-09-25vcpkgunverified

Tiny recursive descent parser and evaluation engine in C.

vcpkg install tinyexpr
INSTALL
IMPORT
SIG · TINYEXPR
T
tinyexpr
utilitycppv2020-09-25
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tinyexpr.h
#include <tinyexpr.h>

Evaluate a simple mathematical expression.

#include <tinyexpr.h> int main() { double result = te_interp("2 + 3 * 4", 0); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2020-09-25latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources

No resource links recorded.

tinyexpr — pip install tinyexpr · libregistry