{"id":61493,"library":"tinyexpr","title":"tinyexpr","description":"Tiny recursive descent parser and evaluation engine in C.","status":"active","version":"2020-09-25","language":"cpp","source_language":null,"source_url":null,"tags":["expression-parser","math","evaluation","tiny"],"install":[{"cmd":"vcpkg install tinyexpr","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(tinyexpr CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE tinyexpr::tinyexpr)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"tinyexpr.h","correct":"#include <tinyexpr.h>"}],"quickstart":{"code":"#include <tinyexpr.h>\n\nint main() {\n    double result = te_interp(\"2 + 3 * 4\", 0);\n    return 0;\n}","lang":"cpp","description":"Evaluate a simple mathematical expression."},"warnings":[],"env_vars":null,"search_vec":"'c':10 'descent':4 'engin':8 'evalu':7,15 'express':12 'expression-pars':11 'math':14 'parser':5,13 'recurs':3 'tini':2,16 'tinyexpr':1","created_at":"2026-06-17T04:52:58.658222+00:00","updated_at":"2026-06-17T04:52:58.658222+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}