mathematical-expression-parser

There are 12 repositories under mathematical-expression-parser topic.

  • codewriter-packages/Expression-Parser

    Simple math expression parser library for Unity

    Language:C#522111
  • MathosProject/Mathos-Parser

    A mathematical expression parser and evaluation library.

    Language:C#52112118
  • 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.

    Language:VBA38533
  • 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.

    Language:PHP262161
  • aboyadzhiev/php-math-parser

    Simple mathematical expression parser and calculator.

    Language:PHP244018
  • MathParser.lua

    bytexenon/MathParser.lua

    An elegant Math Evaluator written in Lua, featuring support for adding custom operators and functions

    Language:Lua19122
  • Ayan01/simple-expression-evaluator

    A simple mathematical expression parser and evaluator

    Language:C++1001
  • gochi9/JLSP

    A lightweight, linear-time Java parser that supports custom operators, user-defined functions, replaceable variables, and more.

    Language:Java1
  • 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.

    Language:F#0700
  • Amirbehnam1009/Calculator

    🖩 A high-performance C++ calculator featuring cursor-based string editing, infix-to-postfix conversion (Shunting-yard), and result caching for quick evaluations.

    Language:C++10
  • 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.

    Language:Python