mathematical-expression-parser
There are 12 repositories under mathematical-expression-parser topic.
codewriter-packages/Expression-Parser
Simple math expression parser library for Unity
MathosProject/Mathos-Parser
A mathematical expression parser and evaluation library.
ECP-Solutions/VBA-Expressions
A powerful library extending VBA with over 100 functions for math, stats, finance, and data manipulation. It supports matrix operations, and user-defined functions, enhancing automation and analysis within Microsoft Office and LibreOffice environments for data management, financial calculations, an more.
Muqsit/arithmexp
A powerful mathematical expression parser and evaluator for PHP featuring variable substitution, user-defined constants, functions, deterministic functions, macros, operators, and compiler optimizations.
aboyadzhiev/php-math-parser
Simple mathematical expression parser and calculator.
bytexenon/MathParser.lua
An elegant Math Evaluator written in Lua, featuring support for adding custom operators and functions
Ayan01/simple-expression-evaluator
A simple mathematical expression parser and evaluator
gochi9/JLSP
A lightweight, linear-time Java parser that supports custom operators, user-defined functions, replaceable variables, and more.
Deltares/mathematical_expression_parser
The Mathematical Expression Parser is a simple parser to convert Mathematical Expressions to Symbolic Expression trees which will be used in the D-HYDRO software for D-RTC plugin.
Amirbehnam1009/Calculator
🖩 A high-performance C++ calculator featuring cursor-based string editing, infix-to-postfix conversion (Shunting-yard), and result caching for quick evaluations.
Debatreya/BodmasParser
A lightweight Python project to build an Abstract Syntax Tree (AST) for mathematical expressions. It shows how to parse, validate, and evaluate expressions (with proper parentheses support) in a fun, minimalistic way. Perfect for learning how an AST works and extends with new operators and functions.