tiny recursive descent expression parser, compiler, and evaluation engine for math expressions
The main features of codeplea/tinyexpr are: Mathematical Libraries, General Libraries, Librerías de propósito general, Math and Geometry, Mathematics, Windows Environments.
Open-source alternatives to codeplea/tinyexpr include: datenwolf/linmath.h — a lean linear math library, aimed at graphics programming. Supports vec3, vec4, mat4x4 and quaternions. docopt/docopt.c — C-code generator for docopt language. alanxz/rabbitmq-c — RabbitMQ C client. commonmark/commonmark-spec — This project is a formal markdown specification standard that provides a detailed markup syntax definition and a… cloudwu/pbc — A protocol buffers library for C. libgit2/libgit2 — libgit2 is a portable, cross-platform C library that provides a programmatic interface for integrating Git version…
This project is a formal markdown specification standard that provides a detailed markup syntax definition and a definitive set of rules for parsing plain text into consistent HTML output. It establishes a standardized grammar for structural blocks and inline elements to ensure uniform rendering across different software implementations. The specification is supported by a parser conformance suite and a reference implementation in C and JavaScript to verify that implementations adhere to the standard. It includes a system for implementation verification that compares transformed input strings
a lean linear math library, aimed at graphics programming. Supports vec3, vec4, mat4x4 and quaternions